From 0296409887f299a62d8e4e2340c0a33b655a0a39 Mon Sep 17 00:00:00 2001 From: Georg Holzmann Date: Tue, 11 Mar 2008 07:52:26 +0000 Subject: svn path=/trunk/; revision=9556 --- packages/linux_make/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/linux_make/Makefile') diff --git a/packages/linux_make/Makefile b/packages/linux_make/Makefile index 3c45ea41..f67088af 100755 --- a/packages/linux_make/Makefile +++ b/packages/linux_make/Makefile @@ -108,8 +108,8 @@ deb: $(bindir) sed -i 's|^Architecture:.*|Architecture: $(DEB_BUILD_ARCH)|' \ $(packages_src)/linux_make/debian/control # auto-generate the dependencies - deb_depends := $(shell find $(DESTDIR) -name \*.pd_linux -print0 | xargs -0 ldd | sed -n 's|.*\(lib.*\) =.*|\1|p' |sort -u| xargs dpkg -S | cut -d ':' -f 1 | sort -u | tr '\n' ' ') - sed -i 's|^Depends:.*|Depends: $(deb_depends)|' \ + pak_depend := $(shell find $(DESTDIR) -name \*.pd_linux -print0 | xargs -0 ldd | sed -n 's|.*\(lib.*\) =.*|\1|p' |sort -u| xargs dpkg -S | cut -d ':' -f 1 | sort -u | tr '\n' ' ') + sed -i 's|^Depends:.*|Depends: $(pak_depend)|' \ $(packages_src)/linux_make/debian/control ifeq ($(DEB_BUILD_ARCH),powerpc) sed -i 's|, libavifile-0.7c2||' $(packages_src)/linux_make/debian/control -- cgit v1.2.1