aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray2004-04-03 07:19:10 +0000
committerJonathan Gray2004-04-03 07:19:10 +0000
commitdedc33d99c2f4b3e4808abe3b31ed0312ca7134b (patch)
tree51e70ff010a63c518f43572f9a203f2a59e50851
parent3ae3eccac81d75710806671710d32771214f15e9 (diff)
downloadscummvm-rg350-dedc33d99c2f4b3e4808abe3b31ed0312ca7134b.tar.gz
scummvm-rg350-dedc33d99c2f4b3e4808abe3b31ed0312ca7134b.tar.bz2
scummvm-rg350-dedc33d99c2f4b3e4808abe3b31ed0312ca7134b.zip
make hdiutil overwrite the disk image if it already exists, although it will still fail if it is already attached
svn-id: r13445
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ac2545c78b..a6cfc580ef 100644
--- a/Makefile
+++ b/Makefile
@@ -121,7 +121,7 @@ osxsnap: bundle
cp COPYING ./ScummVM-snapshot/License
/Developer/Tools/SetFile -t TEXT -c ttxt ./ScummVM-snapshot/*
/Developer/Tools/CpMac -r $(bundle_name) ./ScummVM-snapshot/
- hdiutil create -format UDZO -srcfolder ScummVM-snapshot ScummVM-snapshot.dmg
+ hdiutil create -ov -format UDZO -srcfolder ScummVM-snapshot ScummVM-snapshot.dmg
rm -rf ScummVM-snapshot
# Special target to create a win32 snapshot binary