comparison lib-src/Makefile.in @ 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 ba8033f10607
children ffe0be5b64fa
comparison
equal deleted inserted replaced
5159:484e65abfdea 5160:64b18703a7d7
123 for file in ${SCRIPTS}; do \ 123 for file in ${SCRIPTS}; do \
124 $(INSTALL_PROGRAM) ${srcdir}/$$file ${archlibdir}/$$file ; \ 124 $(INSTALL_PROGRAM) ${srcdir}/$$file ${archlibdir}/$$file ; \
125 chmod 755 ${archlibdir}/$$file ; \ 125 chmod 755 ${archlibdir}/$$file ; \
126 done ; \ 126 done ; \
127 fi 127 fi
128 @echo
129 @echo "Changing the owner and group of Emacs's utility programs to \`bin'."
130 @echo "(You may ignore errors here if you don't care about this.)"
131 -for file in ${UTILITIES} ${SCRIPTS} ; do \
132 chgrp bin ${archlibdir}/$${file} ; \
133 chown bin ${archlibdir}/$${file} ; \
134 done
135 128
136 # We don't need to install `wakeup' explicitly, because it will be copied when 129 # We don't need to install `wakeup' explicitly, because it will be copied when
137 # this whole directory is copied. 130 # this whole directory is copied.
138 # We use .n, not .new as before, to avoid exceeding the 14-character limit. 131 # We use .n, not .new as before, to avoid exceeding the 14-character limit.
139 install: ${archlibdir} 132 install: ${archlibdir}