mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 16:23:25 -05:00
Don't save cp(1) in installworld. Its use has been replaced by
a use of install.
This commit is contained in:
parent
b4a3a03827
commit
a0982e9309
1 changed files with 1 additions and 1 deletions
|
|
@ -305,7 +305,7 @@ everything:
|
|||
#
|
||||
installworld:
|
||||
mkdir -p ${INSTALLTMP}
|
||||
for prog in [ awk cat chflags chown cp date echo egrep find grep \
|
||||
for prog in [ awk cat chflags chown date echo egrep find grep \
|
||||
install ln make makewhatis mv perl rm sed sh sysctl test \
|
||||
true uname wc zic; do \
|
||||
cp `which $$prog` ${INSTALLTMP}; \
|
||||
|
|
|
|||
Loading…
Reference in a new issue