mirror of https://github.com/odrling/Aegisub
Recreate the App dir if it already exists rather than falling down
Originally committed to SVN as r6781.
This commit is contained in:
parent
2a5666be69
commit
827abff4c3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue