changeset 342:0d42622dbe12

Re-create build folder after nuking it.
author Simon Cross <hodgestar@gmail.com>
date Sat, 05 Sep 2009 22:59:15 +0000
parents 40667c9caff9
children d7771ea76d33
files wine-py2exe
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/wine-py2exe	Sat Sep 05 22:58:59 2009 +0000
+++ b/wine-py2exe	Sat Sep 05 22:59:15 2009 +0000
@@ -27,7 +27,9 @@
 echo ""
 
 rm -rf "dist/${BUILD_FOLDER}"
+mkdir -p "dist/${BUILD_FOLDER}"
 rm -rf "dist/${ZIP_NAME}"
+
 wine python setup.py py2exe >${PY2EXE_LOG} 2>&1
 
 #