Add an rm -rf ${TMP_DMG} before mkdir.

Originally committed to SVN as r2560.
This commit is contained in:
Amar Takhar 2008-12-29 10:53:17 +00:00
parent 44d1465db0
commit da6d05d79e
1 changed files with 1 additions and 0 deletions

View File

@ -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}/ ----"