From 12ba64ffb2ddf9101d89a09cc0e1dac93732e7af Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Tue, 30 Dec 2008 06:42:06 +0000 Subject: [PATCH] Remove the old dmg before trying to make a new one. Originally committed to SVN as r2564. --- scripts/osx-dmg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}/ ----"