[project @ 1997-10-09 15:46:49 by simonm]
authorsimonm <unknown>
Thu, 9 Oct 1997 15:46:49 +0000 (15:46 +0000)
committersimonm <unknown>
Thu, 9 Oct 1997 15:46:49 +0000 (15:46 +0000)
back out part of last commit, it didn't take into account executable
files.

Makefile

index 277e4f0..49a2df8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -53,7 +53,6 @@ binary-dist::
        @for i in $(BIN_DIST_TOP); do \
          echo cp $$i $(BIN_DIST_TMPDIR)/$(BIN_DIST_NAME); \
          cp $$i $(BIN_DIST_TMPDIR)/$(BIN_DIST_NAME); \
-         chmod 664 $(BIN_DIST_TMPDIR)/$(BIN_DIST_NAME)/`basename $$i`; \
        done;
        @echo "hackily rename some of these chaps.."
        $(MV) $(BIN_DIST_TMPDIR)/$(BIN_DIST_NAME)/Makefile-bin.in $(BIN_DIST_TMPDIR)/$(BIN_DIST_NAME)/Makefile.in