mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Remove the old dmg before trying to make a new one.
Originally committed to SVN as r2564.
This commit is contained in:
parent
489405da98
commit
12ba64ffb2
@ -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}/ ----"
|
||||
|
Loading…
x
Reference in New Issue
Block a user