From: Richard M. Stallman Date: Wed, 24 Nov 1993 12:25:49 +0000 (+0000) Subject: (${archlibdir}): Don't do chown or chgrp. X-Git-Tag: emacs-19.34~10691 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3c8393fdbae9ca9d17c9edadefa4d3f342ff45b8;p=emacs.git (${archlibdir}): Don't do chown or chgrp. --- diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 5657de7f408..0bf77930e69 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -125,13 +125,6 @@ ${archlibdir}: all chmod 755 ${archlibdir}/$$file ; \ done ; \ fi - @echo - @echo "Changing the owner and group of Emacs's utility programs to \`bin'." - @echo "(You may ignore errors here if you don't care about this.)" - -for file in ${UTILITIES} ${SCRIPTS} ; do \ - chgrp bin ${archlibdir}/$${file} ; \ - chown bin ${archlibdir}/$${file} ; \ - done # We don't need to install `wakeup' explicitly, because it will be copied when # this whole directory is copied.