fix hdiutil mount
This commit is contained in:
parent
6ee56ce685
commit
2398f0983d
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ upgradeToDistribution newdir cleanup distributionfile = do
|
|||
withTmpDirIn (parentDir newdir) "git-annex.upgrade" $ \tmpdir -> do
|
||||
void $ boolSystem "hdiutil"
|
||||
[ Param "attach", File distributionfile
|
||||
, Param "-mountroot", File tmpdir
|
||||
, Param "-mountpoint", File tmpdir
|
||||
]
|
||||
void $ boolSystem "cp"
|
||||
[ Param "-R"
|
||||
|
|
Loading…
Reference in a new issue