Don't save cp(1) in installworld. Its use has been replaced by

a use of install.
This commit is contained in:
Marcel Moolenaar 2000-07-23 00:20:56 +00:00
parent b4a3a03827
commit a0982e9309
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=63762

View File

@ -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}; \