1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

(${archlibdir}): Don't do chown or chgrp.

This commit is contained in:
Richard M. Stallman 1993-11-24 12:25:49 +00:00
parent 36bedc4f7c
commit 3c8393fdba

View file

@ -125,13 +125,6 @@ ${archlibdir}: all
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.