changeset 2685:d347f197753f

[project @ 1997-02-14 22:10:33 by jwe]
author jwe
date Fri, 14 Feb 1997 22:10:34 +0000
parents 8a9f294eb9ab
children 6d0a6fc92f06
files ChangeLog octMakefile.in
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Feb 14 20:57:27 1997 +0000
+++ b/ChangeLog	Fri Feb 14 22:10:34 1997 +0000
@@ -5,6 +5,7 @@
 	Don't delete config.status or config.h here.
 	(BINDISTFILES): Include config.status and config.h here.
 	(dist): Don't delete Makefile here.
+	(binary-dist): Avoid empty chmod command.
 
 	* Makefile.in (config-check): New target.
 	(all): Depend on config-check.
--- a/octMakefile.in	Fri Feb 14 20:57:27 1997 +0000
+++ b/octMakefile.in	Fri Feb 14 22:10:34 1997 +0000
@@ -231,7 +231,8 @@
 	rm -rf `cat .fname`/test/octave.test/qpsol
 	chmod -R a+rw `cat .fname`
 	find `cat .fname` \( -perm 766 -o -perm 676 -o -perm 667 \
-	  -o -perm 776 -o -perm 677 -o -perm 767 \) -print | xargs chmod a+x
+	  -o -perm 776 -o -perm 677 -o -perm 767 \) -print | \
+	  xargs chmod a+x scripts
 	tar cf `cat .fname`.tar `cat .fname`
 	rm -rf `cat .fname`
 	gzip --best `cat .fname`.tar