changeset 5049:ba8033f10607

(install): Don't change mode or group when installing.
author Richard M. Stallman <rms@gnu.org>
date Tue, 16 Nov 1993 09:22:47 +0000
parents d3b5893da958
children 08d056e0240f
files lib-src/Makefile.in
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/Makefile.in	Tue Nov 16 09:20:07 1993 +0000
+++ b/lib-src/Makefile.in	Tue Nov 16 09:22:47 1993 +0000
@@ -147,12 +147,7 @@
 	  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