[SCM] calf/master: + LV2: remove old TTL files from bundle during install

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:38:28 UTC 2013


The following commit has been merged in the master branch:
commit 00a081b43db9a7048732579342be45945f7185f1
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Mon Nov 10 19:53:45 2008 +0000

    + LV2: remove old TTL files from bundle during install

diff --git a/src/Makefile.am b/src/Makefile.am
index 6306e56..5fbfb04 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -106,7 +106,7 @@ if USE_LV2
 if USE_LV2_GUI
 	install -c -m 755 $(top_builddir)/src/.libs/calflv2gui.so $(DESTDIR)$(with_lv2_dir)/calf.lv2/calflv2gui.so
 endif
-	rm -f $(DESTDIR)$(with_lv2_dir)/calf.lv2/calf.ttl
+	rm -f $(DESTDIR)$(with_lv2_dir)/calf.lv2/*.ttl
 	$(top_builddir)/src/calfmakerdf -m ttl -p $(DESTDIR)$(with_lv2_dir)/calf.lv2/
 endif
 

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list