Make sure the PKGDIR exists before we move stuff into it.
This commit is contained in:
parent
8be0933446
commit
cb2e9eede4
@ -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 New Issue
Block a user