diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2003-03-12 16:35:22 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2003-03-12 16:35:22 +0000 |
commit | 673c958723fdf25e9764ba2df9cf9047472e88f7 (patch) | |
tree | a0020ecc55d703ab465fe06282c4cd4619ead6cd | |
parent | ded35d5bcef7c6ec3196bba7eaef39ae5bf7a921 (diff) |
ouvrir automatiquement la fenetre de l'image disque
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5433 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rwxr-xr-x | tools/make-package-macosx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/make-package-macosx b/tools/make-package-macosx index 53ef870ae..d0753fad5 100755 --- a/tools/make-package-macosx +++ b/tools/make-package-macosx @@ -34,6 +34,7 @@ else echo 'Unable to mount the disk image as "/Volumes/Objective Caml"' >&2 exit 3 fi +open "/Volumes/Objective Caml" hdiutil detach $name hdiutil convert ocaml-rw.dmg -format UDZO -o ocaml.dmg |