[PD-cvs] SF.net SVN: pure-data: [9556] trunk/packages/linux_make/Makefile

grholzi at users.sourceforge.net grholzi at users.sourceforge.net
Tue Mar 11 08:52:26 CET 2008


Revision: 9556
          http://pure-data.svn.sourceforge.net/pure-data/?rev=9556&view=rev
Author:   grholzi
Date:     2008-03-11 00:52:26 -0700 (Tue, 11 Mar 2008)

Log Message:
-----------


Modified Paths:
--------------
    trunk/packages/linux_make/Makefile

Modified: trunk/packages/linux_make/Makefile
===================================================================
--- trunk/packages/linux_make/Makefile	2008-03-11 02:59:47 UTC (rev 9555)
+++ trunk/packages/linux_make/Makefile	2008-03-11 07:52:26 UTC (rev 9556)
@@ -108,8 +108,8 @@
 	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


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list