(install): Don't change mode or group when installing.
This commit is contained in:
parent
8f9150f870
commit
96e19e26f5
1 changed files with 0 additions and 5 deletions
|
@ -147,12 +147,7 @@ install: ${archlibdir}
|
|||
cp ${srcdir}/$${file} ${bindir}/$${file}.n ; \
|
||||
chmod 755 ${bindir}/$${file}.n ; \
|
||||
done
|
||||
@echo
|
||||
@echo "Changing the owner and group of utility programs to \`bin'."
|
||||
@echo "(You may ignore errors here if you don't care about this.)"
|
||||
-for file in ${INSTALLABLES} ${INSTALLABLE_SCRIPTS} ; do \
|
||||
chgrp bin ${bindir}/$${file}.n ; \
|
||||
chown bin ${bindir}/$${file}.n ; \
|
||||
rm -f ${bindir}/$${file} ; \
|
||||
mv ${bindir}/$${file}.n ${bindir}/$${file} ; \
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue