From 0f1c7a27a11c098cacbb926fd8963471042ca98e Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 5 Jun 2009 23:52:45 +0000 Subject: remove executable bit from pd files svn path=/trunk/; revision=11691 --- packages/linux_make/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'packages/linux_make') diff --git a/packages/linux_make/Makefile b/packages/linux_make/Makefile index a170f2d3..f5f88aee 100755 --- a/packages/linux_make/Makefile +++ b/packages/linux_make/Makefile @@ -55,6 +55,7 @@ all: install: $(MAKE) -C $(packages_src) $(DEST_PATHS) install $(MAKE) -C $(packages_src) $(DEST_PATHS) doc_format + find $(DESTDIR) -name \*.pd -print0 | xargs -0 chmod a-x @echo " " @echo "linux_make install succeeded!" @@ -64,10 +65,10 @@ install: # #==============================================================================# -package: $(PACKAGE_TYPE) - PACKAGE_NAME = Pd-$(PD_VERSION) +package: $(PACKAGE_TYPE) + tarbz2: installer_makefile installer_readme install -p $(packages_src)/linux_make/default.pdsettings $(libpddir) -- cgit v1.2.1