mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Doh, committed to the wrong branch.
Spotted by: johan
This commit is contained in:
parent
8fa294a174
commit
f617fa528d
1 changed files with 2 additions and 1 deletions
|
|
@ -386,7 +386,8 @@ installcheck:
|
|||
#
|
||||
distributeworld installworld: installcheck
|
||||
mkdir -p ${INSTALLTMP}
|
||||
for prog in [ awk cat chflags chmod chown date echo egrep find grep \
|
||||
for prog in [ awk cap_mkdb cat chflags chmod chown \
|
||||
date echo egrep find grep \
|
||||
ln make mkdir mtree mv pwd_mkdb rm sed sh sysctl \
|
||||
test true uname wc zic; do \
|
||||
cp `which $$prog` ${INSTALLTMP}; \
|
||||
|
|
|
|||
Loading…
Reference in a new issue