diff binary-dist-rules.mk @ 3444:db18ee645aec

tweaks to dist and binary dist rules * binary-dist-rules.mk: Use -perm /a+x option for find command instead of -executable. * dist-files.mk: Update file list.
author John W. Eaton <jwe@octave.org>
date Wed, 22 Jan 2014 11:52:40 -0500
parents ebe73c541a16
children f827586fef9c
line wrap: on
line diff
--- a/binary-dist-rules.mk	Wed Jan 22 05:10:09 2014 -0500
+++ b/binary-dist-rules.mk	Wed Jan 22 11:52:40 2014 -0500
@@ -92,7 +92,7 @@
   else
     define strip-dist-files
       echo "stripping files..."
-      for f in $(shell find $(OCTAVE_DIST_DIR) -type f -a -executable); do \
+      for f in $(shell find $(OCTAVE_DIST_DIR) -type f -a -perm /a+x); do \
         case "`file $$f`" in \
           *script*) \
           ;; \