diff options
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
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: |