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:
parent
ba50f41256
commit
173f0f34e5
@ -306,8 +306,8 @@ everything:
|
||||
installworld:
|
||||
mkdir -p ${INSTALLTMP}
|
||||
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 \
|
||||
install ln make makewhatis mtree mv perl rm sed sh sysctl \
|
||||
test true uname wc zic; do \
|
||||
cp `which $$prog` ${INSTALLTMP}; \
|
||||
done
|
||||
cd ${.CURDIR}; ${IMAKE} reinstall
|
||||
|
Loading…
Reference in New Issue
Block a user