[SCM] drc/master: Small fix
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Wed Aug 31 08:57:39 UTC 2011
The following commit has been merged in the master branch:
commit 6d42dada6760bdd473d6a7062e091dfcf92900a8
Author: Alessio Treglia <alessio at debian.org>
Date: Wed Aug 31 10:57:39 2011 +0200
Small fix
diff --git a/debian/patches/01-makefile.patch b/debian/patches/01-makefile.patch
index 752f171..72deeaf 100644
--- a/debian/patches/01-makefile.patch
+++ b/debian/patches/01-makefile.patch
@@ -5,8 +5,8 @@ Author: Jaromír Mikeš <mira.mikes at seznam.cz>, Alessio Treglia <alessio at debian.
Forwarded: yes
---
- source/makefile | 15 ++++++++-------
- 1 file changed, 8 insertions(+), 7 deletions(-)
+ source/makefile | 17 +++++++++--------
+ 1 file changed, 9 insertions(+), 8 deletions(-)
--- drc.orig/source/makefile
+++ drc/source/makefile
@@ -47,6 +47,7 @@ Forwarded: yes
install -d $(INSTALL_PREFIX)/share/drc/impulse/
install $(IMPULSE_TARGETS) $(INSTALL_PREFIX)/share/drc/impulse/
install -d $(INSTALL_PREFIX)/share/drc/filter/
- install -d $(INSTALL_PREFIX)/share/doc/drc-$(VERSION)/
+- install -d $(INSTALL_PREFIX)/share/doc/drc-$(VERSION)/
- install $(DOC_TARGETS) $(INSTALL_PREFIX)/share/doc/drc-$(VERSION)/
++ install -d $(INSTALL_PREFIX)/share/doc/drc/
+ install $(DOC_TARGETS) $(INSTALL_PREFIX)/share/doc/drc/
--
drc packaging
More information about the pkg-multimedia-commits
mailing list