mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 00:02:44 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=63560
@ -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