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