diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-04-21 10:57:23 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-04-21 10:57:23 +0000 |
commit | c38e8cda5e62933e82624254260997a97f1731fa (patch) | |
tree | afa4cd02ab4fb114b3d08162f7c2496ea62518a7 /net | |
parent | Install files mode 644, not 664 (diff) |
Install binary mode 755, not 775
Notes
Notes:
svn path=/head/; revision=79409
Diffstat (limited to 'net')
-rw-r--r-- | net/mmucl/files/patch-aa | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/net/mmucl/files/patch-aa b/net/mmucl/files/patch-aa index b1bf32ca202c..6e66a9cc03b5 100644 --- a/net/mmucl/files/patch-aa +++ b/net/mmucl/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.orig Mon Sep 18 23:28:22 2000 -+++ Makefile Mon Sep 18 23:28:45 2000 +--- Makefile.orig Wed Aug 9 16:48:31 2000 ++++ Makefile Mon Apr 21 03:54:30 2003 @@ -3,7 +3,7 @@ # Mmucl installs itself under BASE_DIR @@ -18,3 +18,12 @@ # Location of install +@@ -43,7 +43,7 @@ + $(INSTALL) -cm 0644 images/*.gif $(LIB_DIR)/images + $(INSTALL) -cm 0644 interface/*.tcl $(LIB_DIR)/interface + $(INSTALL) -cm 0644 .tkconf $(LIB_DIR) +- $(INSTALL) -cm 0775 mmucl $(BIN_DIR) ++ $(INSTALL) -cm 0755 mmucl $(BIN_DIR) + $(INSTALL) -cm 0644 mmucl.info $(INFO_DIR) + $(INSTALL_INFO) $(INFO_DIR)/mmucl.info --info-dir=$(INFO_DIR) + |