]> git.eshelyaron.com Git - emacs.git/commitdiff
(${archlibdir}): Don't do chown or chgrp.
authorRichard M. Stallman <rms@gnu.org>
Wed, 24 Nov 1993 12:25:49 +0000 (12:25 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 24 Nov 1993 12:25:49 +0000 (12:25 +0000)
lib-src/Makefile.in

index 5657de7f40813eff75099f9c79fd7f301193a099..0bf77930e69988fc0499b74cfbe4222fbd032a3f 100644 (file)
@@ -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.