aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-11-16 09:22:47 +0000
committerRichard M. Stallman <[email protected]>1993-11-16 09:22:47 +0000
commit96e19e26f503ae45f4dc0223407e48006c47b284 (patch)
treec8da79a1ed64b444747589ba80f06336321ad07a /lib-src
parent8f9150f8706a50fc0de84c52f49b5496aa314eb8 (diff)
(install): Don't change mode or group when installing.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/Makefile.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index b4628d437a..5657de7f40 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -147,12 +147,7 @@ install: ${archlibdir}
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