Add cp(1) to the list of binaries we need to save. The cp(1) command
is used by the installation of ld-elf.so when an existing version exists.
This commit is contained in:
parent
1f923b0c89
commit
39b909dad3
@ -305,8 +305,9 @@ everything:
|
||||
#
|
||||
installworld:
|
||||
mkdir -p ${INSTALLTMP}
|
||||
for prog in [ cat chflags chown date echo egrep find grep install ln \
|
||||
make makewhatis mv perl rm sed sh sysctl test true uname zic; do \
|
||||
for prog in [ cat chflags chown cp date echo egrep find grep \
|
||||
install ln make makewhatis mv perl rm sed sh sysctl test \
|
||||
true uname zic; do \
|
||||
cp `which $$prog` ${INSTALLTMP}; \
|
||||
done
|
||||
cd ${.CURDIR}; ${IMAKE} reinstall
|
||||
|
Loading…
Reference in New Issue
Block a user