Argh... mtree has been removed from the bootstrap-tools. In that

case we need to save it in installworld. That latter I forgot...

Pointy hat: me
This commit is contained in:
Marcel Moolenaar 2000-07-23 21:30:35 +00:00
parent dce97721ea
commit a5061fba1f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=63783

View File

@ -306,8 +306,8 @@ everything:
installworld: installworld:
mkdir -p ${INSTALLTMP} mkdir -p ${INSTALLTMP}
for prog in [ awk cat chflags chown 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 \ install ln make makewhatis mtree mv perl rm sed sh sysctl \
true uname wc zic; do \ test true uname wc zic; do \
cp `which $$prog` ${INSTALLTMP}; \ cp `which $$prog` ${INSTALLTMP}; \
done done
cd ${.CURDIR}; ${IMAKE} reinstall cd ${.CURDIR}; ${IMAKE} reinstall