fix hdiutil eject
This commit is contained in:
parent
2398f0983d
commit
dabae084e8
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ upgradeToDistribution newdir cleanup distributionfile = do
|
||||||
sanitycheck newdir
|
sanitycheck newdir
|
||||||
void $ boolSystem "hdiutil"
|
void $ boolSystem "hdiutil"
|
||||||
[ Param "eject"
|
[ Param "eject"
|
||||||
, Param distributionfile
|
, File tmpdir
|
||||||
]
|
]
|
||||||
let deleteold = do
|
let deleteold = do
|
||||||
deleteFromManifest $ olddir </> "Contents" </> "MacOS"
|
deleteFromManifest $ olddir </> "Contents" </> "MacOS"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue