From b376756c3a5a248e05315135169e14d3fc19bfbf Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 27 Dec 1995 14:10:19 +0000 Subject: (install): Turn on read/execute permission. --- lib-src/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib-src/Makefile.in') diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 2ae07c39391..2ff86f527a1 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -257,9 +257,11 @@ install: ${archlibdir} @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: -- cgit v1.2.1