Recreate the App dir if it already exists rather than falling down

Originally committed to SVN as r6781.
This commit is contained in:
Thomas Goyne 2012-05-14 13:22:04 +00:00
parent 2a5666be69
commit 827abff4c3
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ if ! test -d packages/osx_bundle; then
fi
if test -d "${PKG_DIR}"; then
echo "**** USING OLD ${PKG_DIR} ****"
rm -rf "${PKG_DIR}"
fi
echo