mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 10:43:32 +00:00
Add which(1) the stuff that we need early on. The perl build needs it
to find miniperl.
This commit is contained in:
parent
b6c358a73d
commit
9356546b0a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=83721
@ -324,7 +324,7 @@ installworld:
|
||||
mkdir -p ${INSTALLTMP}
|
||||
for prog in [ awk cat chflags chmod chown date echo egrep find grep \
|
||||
ln make makewhatis mkdir mtree mv perl rm sed sh sysctl \
|
||||
test true uname wc zic; do \
|
||||
test touch true uname wc which zic; do \
|
||||
cp `which $$prog` ${INSTALLTMP}; \
|
||||
done
|
||||
cd ${.CURDIR}; ${IMAKE} reinstall
|
||||
|
Loading…
Reference in New Issue
Block a user