[SCM] mda-lv2/master: Install all *.ttl files properly.
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Tue Nov 30 11:07:22 UTC 2010
The following commit has been merged in the master branch:
commit d70c3626ed50d050f4aab0d9b941d5d2c7e059c3
Author: Alessio Treglia <alessio at debian.org>
Date: Tue Nov 30 12:07:01 2010 +0100
Install all *.ttl files properly.
diff --git a/debian/patches/01-makefile.patch b/debian/patches/01-makefile.patch
index 3218758..8b9c180 100644
--- a/debian/patches/01-makefile.patch
+++ b/debian/patches/01-makefile.patch
@@ -4,8 +4,8 @@ Description: Adjust installation path.
Author: Alessio Treglia <alessio at debian.org>
Forwarded: no
---
- Makefile | 11 ++++++++---
- 1 file changed, 8 insertions(+), 3 deletions(-)
+ Makefile | 12 +++++++++---
+ 1 file changed, 9 insertions(+), 3 deletions(-)
--- mda-lv2.orig/Makefile
+++ mda-lv2/Makefile
@@ -36,7 +36,15 @@ Forwarded: no
@echo "*** Ignore the above non-error about loading images! ***"
install:
-@@ -103,7 +108,7 @@ uninstall:
+@@ -82,6 +87,7 @@ install:
+ else \
+ install -d $(INSTALL_DIR)/mda.lv2; \
+ install -m 644 ./mda.lv2/*.ttl $(INSTALL_DIR)/mda.lv2; \
++ install -m 644 *.ttl $(INSTALL_DIR)/mda.lv2; \
+ install -m 644 ./mda.lv2/*.png $(INSTALL_DIR)/mda.lv2; \
+ install -m 755 ./mda.lv2/*.so $(INSTALL_DIR)/mda.lv2; \
+ fi
+@@ -103,7 +109,7 @@ uninstall:
src/%.cpp: src/%.h lvz/audioeffectx.h
lvz/gendata: lvz/gendata.cpp lvz/audioeffectx.h
--
mda-lv2 packaging
More information about the pkg-multimedia-commits
mailing list