one more wrong dir
This commit is contained in:
parent
ee3ff0e584
commit
215fe3c028
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ upgradeToDistribution newdir cleanup distributionfile = do
|
|||
let deleteold = do
|
||||
deleteFromManifest $ olddir </> "Contents" </> "MacOS"
|
||||
makeorigsymlink olddir
|
||||
return (newdir </> installBase </> "Contents" </> "MacOS" </> "git-annex", deleteold)
|
||||
return (newdir </> "Contents" </> "MacOS" </> "git-annex", deleteold)
|
||||
#else
|
||||
{- Linux uses a tarball (so could other POSIX systems), so
|
||||
- untar it (into a temp directory) and move the directory
|
||||
|
|
Loading…
Reference in a new issue