1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

(install): Don't change mode or group when installing.

This commit is contained in:
Richard M. Stallman 1993-11-16 09:22:47 +00:00
parent 8f9150f870
commit 96e19e26f5

View File

@ -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