changeset 598:029e60f37743

Fix minor dmg build issue.
author Jeremy Thurgood <firxen@gmail.com>
date Mon, 30 Nov 2009 16:42:06 +0000
parents 017a1ea8f8e0
children 460b06ac7d99
files darwin-py2app
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/darwin-py2app	Sun Nov 29 00:02:48 2009 +0000
+++ b/darwin-py2app	Mon Nov 30 16:42:06 2009 +0000
@@ -45,6 +45,7 @@
 cd ${BASEDIR}
 
 pwd
+rm dist/${DMG_NAME} > /dev/null
 hdiutil create -srcfolder ${BUILD_FOLDER}/dist/*.app/ dist/${DMG_NAME}
 
 echo ""