From f9f06a4c8aa8becf154cf8b46fad4fc4ceff0035 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 17 Oct 2012 03:43:37 +0000 Subject: in final assembly, remove executable perms from all sorts of doc and image files svn path=/trunk/; revision=16413 --- packages/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'packages') diff --git a/packages/Makefile b/packages/Makefile index 87029718..59225ac0 100644 --- a/packages/Makefile +++ b/packages/Makefile @@ -357,6 +357,12 @@ endif #---------------------------------------------------------------------------- # clean up the documentation before packaging doc_format: +# fix perms + -find $(DESTDIR) -name '*.txt' -print0 | xargs -0 chmod a-x + -find $(DESTDIR) -name '*.png' -print0 | xargs -0 chmod a-x + -find $(DESTDIR) -name '*.gif' -print0 | xargs -0 chmod a-x + -find $(DESTDIR) -name '*.pdf' -print0 | xargs -0 chmod a-x + -find $(DESTDIR) -name '*.html' -print0 | xargs -0 chmod a-x # clean out cruft files -find $(DESTDIR) -name .DS_Store -delete -find $(DESTDIR) -name '*.*.bak' -delete -- cgit v1.2.1