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
|
withTmpDirIn (parentDir newdir) "git-annex.upgrade" $ \tmpdir -> do
|
||||||
void $ boolSystem "hdiutil"
|
void $ boolSystem "hdiutil"
|
||||||
[ Param "attach", File distributionfile
|
[ Param "attach", File distributionfile
|
||||||
, Param "-mountroot", File tmpdir
|
, Param "-mountpoint", File tmpdir
|
||||||
]
|
]
|
||||||
void $ boolSystem "cp"
|
void $ boolSystem "cp"
|
||||||
[ Param "-R"
|
[ Param "-R"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue