changeset 739:5b3a233e6404

Change mode of installed script.
author neelin <neelin>
date Wed, 08 Feb 1995 16:01:29 +0000
parents 1907304e79e4
children db8a5dfc08d5
files progs/mincdiff/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/progs/mincdiff/Makefile
+++ b/progs/mincdiff/Makefile
@@ -27,4 +27,4 @@
 
 install:
 	$(CP) $(CP_FLAGS) $(PROGS) $(INSTALL_BINDIR)
-
+	$(CD) $(INSTALL_BINDIR); $(CHMOD) $(CHMOD_FLAGS) $(PROGS)