diff options
author | Jonathan Gray | 2004-04-03 07:19:10 +0000 |
---|---|---|
committer | Jonathan Gray | 2004-04-03 07:19:10 +0000 |
commit | dedc33d99c2f4b3e4808abe3b31ed0312ca7134b (patch) | |
tree | 51e70ff010a63c518f43572f9a203f2a59e50851 | |
parent | 3ae3eccac81d75710806671710d32771214f15e9 (diff) | |
download | scummvm-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |