mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Make sure the PKGDIR exists before we move stuff into it.
This commit is contained in:
parent
8be0933446
commit
cb2e9eede4
1 changed files with 1 additions and 0 deletions
|
|
@ -229,6 +229,7 @@ ports_build() (
|
|||
if make install ${PORTS_OPTS} ; then
|
||||
if [ "x${PKG_DIR}" != "x" ] ; then
|
||||
make package ${PORTS_OPTS}
|
||||
mkdir -p ${PKG_DIR}
|
||||
mv *.tbz ${PKG_DIR}
|
||||
fi
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in a new issue