aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-11-16 09:22:47 +0000
committerRichard M. Stallman1993-11-16 09:22:47 +0000
commit96e19e26f503ae45f4dc0223407e48006c47b284 (patch)
treec8da79a1ed64b444747589ba80f06336321ad07a /lib-src
parent8f9150f8706a50fc0de84c52f49b5496aa314eb8 (diff)
downloademacs-96e19e26f503ae45f4dc0223407e48006c47b284.tar.gz
emacs-96e19e26f503ae45f4dc0223407e48006c47b284.zip
(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 b4628d437a5..5657de7f408 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -147,12 +147,7 @@ install: ${archlibdir}
147 cp ${srcdir}/$${file} ${bindir}/$${file}.n ; \ 147 cp ${srcdir}/$${file} ${bindir}/$${file}.n ; \
148 chmod 755 ${bindir}/$${file}.n ; \ 148 chmod 755 ${bindir}/$${file}.n ; \
149 done 149 done
150 @echo
151 @echo "Changing the owner and group of utility programs to \`bin'."
152 @echo "(You may ignore errors here if you don't care about this.)"
153 -for file in ${INSTALLABLES} ${INSTALLABLE_SCRIPTS} ; do \ 150 -for file in ${INSTALLABLES} ${INSTALLABLE_SCRIPTS} ; do \
154 chgrp bin ${bindir}/$${file}.n ; \
155 chown bin ${bindir}/$${file}.n ; \
156 rm -f ${bindir}/$${file} ; \ 151 rm -f ${bindir}/$${file} ; \
157 mv ${bindir}/$${file}.n ${bindir}/$${file} ; \ 152 mv ${bindir}/$${file}.n ${bindir}/$${file} ; \
158 done 153 done