(install): Use INSTALL_STRIP with INSTALL_PROGRAM for the utilities.
This commit is contained in:
parent
19618231c3
commit
3e2c89815d
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ install: ${archlibdir}
|
|||
@echo
|
||||
@echo "Installing utilities for users to run."
|
||||
for file in ${INSTALLABLES} ; do \
|
||||
$(INSTALL_PROGRAM) $${file} ${bindir}/$${file} ; \
|
||||
$(INSTALL_PROGRAM) $(INSTALL_STRIP) $${file} ${bindir}/$${file} ; \
|
||||
chmod a+rx ${bindir}/$${file}; \
|
||||
done
|
||||
for file in ${INSTALLABLE_SCRIPTS} ; do \
|
||||
|
|
Loading…
Add table
Reference in a new issue