changeset 5160:64b18703a7d7

(${archlibdir}): Don't do chown or chgrp.
author Richard M. Stallman <rms@gnu.org>
date Wed, 24 Nov 1993 12:25:49 +0000
parents 484e65abfdea
children 62c2601563c4
files lib-src/Makefile.in
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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.