# HG changeset patch # User Richard M. Stallman # Date 754143949 0 # Node ID 64b18703a7d7bdf584a65b1790c70e9ecfabedb6 # Parent 484e65abfdeacbb138ad1ad7fbebfae8b212be7c (${archlibdir}): Don't do chown or chgrp. diff -r 484e65abfdea -r 64b18703a7d7 lib-src/Makefile.in --- a/lib-src/Makefile.in Wed Nov 24 08:08:56 1993 +0000 +++ b/lib-src/Makefile.in Wed Nov 24 12:25:49 1993 +0000 @@ -125,13 +125,6 @@ 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.