mirror of
https://github.com/chocolate-doom/launcher.git
synced 2024-11-25 13:51:28 +00:00
Remove existing DMG if one exists, so that hdiutil will not fail.
Subversion-branch: /launcher Subversion-revision: 1778
This commit is contained in:
parent
f6010c7af5
commit
473dad80b4
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ DMG=$(PACKAGE_TARNAME)-$(PACKAGE_VERSION).dmg
|
||||||
# DMG file containing package:
|
# DMG file containing package:
|
||||||
|
|
||||||
$(DMG) : $(STAGING_DIR)
|
$(DMG) : $(STAGING_DIR)
|
||||||
|
rm -f $@
|
||||||
hdiutil create -volname "$(PACKAGE_STRING)" -srcdir $(STAGING_DIR) $@
|
hdiutil create -volname "$(PACKAGE_STRING)" -srcdir $(STAGING_DIR) $@
|
||||||
|
|
||||||
clean : launcher_clean
|
clean : launcher_clean
|
||||||
|
|
Loading…
Reference in a new issue