aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-08-24 13:35:49 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-08-24 13:35:49 +0000
commit54c786bc04c99eaf084cbb9df5d7783728ba9268 (patch)
tree49a24cf2557b25e18262fd4ce5619bd19df9ce17
parentff347b7155f3a4a365aa218de0b2c48bc44991fd (diff)
fixed small install bug
svn path=/trunk/externals/earplug~/; revision=13937
-rwxr-xr-xdebian/rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 592fa3f..6b70b5b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,6 @@
#!/usr/bin/make -f
+LIBRARY_NAME = earplug~
PACKAGE = pd-earplug
pkglibdir = /usr/lib/pd/extra
@@ -12,6 +13,6 @@ override_dh_auto_install:
rm -f -- $(CURDIR)/debian/$(PACKAGE)/$(pkglibdir)/$(LIBRARY_NAME)/LICENSE.txt
override_dh_shlibdeps:
- dpkg-shlibdeps $(CURDIR)/debian/$(PACKAGE)$(pkglibdir)/earplug~/*.pd_linux \
+ dpkg-shlibdeps $(CURDIR)/debian/$(PACKAGE)$(pkglibdir)/$(LIBRARY_NAME)/*.pd_linux \
-T$(CURDIR)/debian/$(PACKAGE).substvars