changeset 13873:47fd98cc412a

(install): Turn on read/execute permission.
author Richard M. Stallman <rms@gnu.org>
date Wed, 27 Dec 1995 14:10:19 +0000
parents e79f2b570509
children eec68643bcfb
files lib-src/Makefile.in
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/Makefile.in	Tue Dec 26 19:43:51 1995 +0000
+++ b/lib-src/Makefile.in	Wed Dec 27 14:10:19 1995 +0000
@@ -257,9 +257,11 @@
 	@echo "Installing utilities for users to run."
 	for file in ${INSTALLABLES} ; do \
 	  $(INSTALL_PROGRAM) $${file} ${bindir}/$${file} ; \
+	  chmod a+rx ${bindir}/$${file}; \
 	done
 	for file in ${INSTALLABLE_SCRIPTS} ; do \
 	  $(INSTALL_PROGRAM) ${srcdir}/$${file} ${bindir}/$${file} ; \
+	  chmod a+rx ${bindir}/$${file}; \
 	done
 
 uninstall: