Description: pd-patches need not be executable
Author: IOhannes m zmoelnig (gpg-key at iem) <zmoelnig@iem.at>
Last-Update: 2010-05-03

--- gem.orig/src/Makefile
+++ gem/src/Makefile
@@ -10,7 +10,7 @@
 
 .PHONY: default all subdirs $(GEM_TARGETS) clean distclean install installdocs installabs strip config
 
-all: subdirs strip
+all: subdirs strip fixperms
 
 Gem.$(EXT): subdirs 
 	$(CXXLINK) $(GEM_EXTRA_LDFLAGS)  $(GEM_ARCH_LDFLAGS) $(GEM_LDFLAGS) $(OBJECTS) $(GEM_LIBS) $(X_LIBS)
@@ -18,6 +18,9 @@
 strip: Gem.$(EXT)
 	-$(STRIP) $(STRIP_UNNEEDED) Gem.$(EXT)
 
+fixperms:
+	chmod a-x ../examples/*/*.pd
+
 Objects:
 	mkdir Objects
 
