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:
parent
36bedc4f7c
commit
3c8393fdba
1 changed files with 0 additions and 7 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue