[SCM] zam-plugins/master: Added fix install patch.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Oct 14 10:26:23 UTC 2014


The following commit has been merged in the master branch:
commit b52ab72d1fca886b3565c2d3eae13ede1cc30b65
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Oct 14 12:26:13 2014 +0200

    Added fix install patch.

diff --git a/debian/patches/01-fix_install.patch b/debian/patches/01-fix_install.patch
new file mode 100644
index 0000000..59fdc80
--- /dev/null
+++ b/debian/patches/01-fix_install.patch
@@ -0,0 +1,18 @@
+Description: Fix install
+Author: Damien Zammit <damien at zamaudio.com>
+Forwarded: no
+
+Index: zam-plugins/Makefile
+===================================================================
+--- zam-plugins.orig/Makefile
++++ zam-plugins/Makefile
+@@ -27,7 +27,8 @@ $(PLUGINS): libs
+ install: all
+ 	install -d $(DESTDIR)$(PREFIX)/$(LIBDIR)/ladspa \
+ 		$(DESTDIR)$(PREFIX)/$(LIBDIR)/lv2 \
+-		$(DESTDIR)$(PREFIX)/$(LIBDIR)/vst ; \
++		$(DESTDIR)$(PREFIX)/$(LIBDIR)/vst \
++		$(DESTDIR)$(PREFIX)/$(BINDIR) ; \
+ 	for plugin in $(PLUGINS); do \
+ 		install -d $(DESTDIR)$(PREFIX)/$(LIBDIR)/lv2/"$$plugin".lv2 ; \
+ 		install -t $(DESTDIR)$(PREFIX)/$(LIBDIR)/lv2/"$$plugin".lv2 \
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..e3bc5b3
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-fix_install.patch

-- 
zam-plugins packaging



More information about the pkg-multimedia-commits mailing list