diff --git a/scripts/osx-dmg.sh b/scripts/osx-dmg.sh index 4ed027897..3224d0a3c 100755 --- a/scripts/osx-dmg.sh +++ b/scripts/osx-dmg.sh @@ -21,6 +21,7 @@ if ! test -d "${PKG_DIR}"; then exit 1; fi +rm -rf ${TMP_DMG} mkdir -v ${TMP_DMG} echo echo "---- Copying ${1} into ${TMP_DMG}/ ----"