]> code.delx.au - gnu-emacs/commitdiff
(install): Don't change mode or group when installing.
authorRichard M. Stallman <rms@gnu.org>
Tue, 16 Nov 1993 09:22:47 +0000 (09:22 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 16 Nov 1993 09:22:47 +0000 (09:22 +0000)
lib-src/Makefile.in

index b4628d437a5105af5be4c1e4a8537941260d45cb..5657de7f40813eff75099f9c79fd7f301193a099 100644 (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