# HG changeset patch # User John W. Eaton # Date 1390409560 18000 # Node ID db18ee645aec5ccf88b22e111887c087e056760e # Parent cf04cf2fa91c36bcd051264c06c986df1f91dd8a 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. diff -r cf04cf2fa91c -r db18ee645aec binary-dist-rules.mk --- 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*) \ ;; \ diff -r cf04cf2fa91c -r db18ee645aec dist-files.mk --- a/dist-files.mk Wed Jan 22 05:10:09 2014 -0500 +++ b/dist-files.mk Wed Jan 22 11:52:40 2014 -0500 @@ -393,6 +393,7 @@ ocaml-flexdll.mk \ ocaml-native-1-fixes.patch \ ocaml-native.mk \ + octave-1-docinstall.patch \ octave.mk \ of-actuarial.mk \ of-communications.mk \ @@ -527,6 +528,7 @@ sox.mk \ speex.mk \ sqlite.mk \ + stable-octave-1-docinstall.patch \ stable-octave.mk \ suitesparse-1.patch \ suitesparse.mk \ @@ -713,6 +715,7 @@ index.html \ Makefile.in \ makeinst-script.sh \ + octave-wrapper.in \ octaverc INSTALL_FILES_1 := \