From 6eb7ab827f8d75b0bab690c206a6d2d1a0bd0517 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 6 May 2008 09:46:47 +0000 Subject: got new .deb building code to work on Ubuntu/Hardy and cleaned up the package stuff a bit svn path=/trunk/; revision=9767 --- packages/linux_make/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/linux_make/Makefile') diff --git a/packages/linux_make/Makefile b/packages/linux_make/Makefile index 809d88dc..bc10f849 100755 --- a/packages/linux_make/Makefile +++ b/packages/linux_make/Makefile @@ -14,7 +14,7 @@ BUILDLAYOUT_DIR = $(cvs_root_dir)/packages prefix = /usr/local # generates the dependencies for all externals and pd itself -PACKAGE_DEPENDS := $(shell find $(DESTDIR) \( -name "*.pd_linux" -or -name pd-gui -or -wholename \*bin/pd \) -print0 | xargs -0 dpkg-shlibdeps -O | cut -b0-15 --complement ) +PACKAGE_DEPENDS := $(shell find $(DESTDIR) \( -name "*.pd_linux" -or -name pd-gui -or -wholename \*bin/pd \) -print0 | xargs -0 dpkg-shlibdeps -O | cut -b1-15 --complement ) include $(BUILDLAYOUT_DIR)/Makefile.buildlayout -- cgit v1.2.1