Install binary mode 755, not 775

This commit is contained in:
Kris Kennaway 2003-04-21 10:57:23 +00:00
parent 659a71ea88
commit c38e8cda5e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79409

View File

@ -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)