more OsPath conversion
Sponsored-by: Jack Hill
This commit is contained in:
parent
a03c609268
commit
c69e57aede
17 changed files with 83 additions and 91 deletions
|
@ -95,7 +95,7 @@ explodePacks r = go =<< listPackFiles r
|
|||
f <- relPathDirToFile tmpdir objfile
|
||||
let dest = objectsDir r </> f
|
||||
createDirectoryIfMissing True (parentDir dest)
|
||||
moveFile (fromOsPath objfile) (fromOsPath dest)
|
||||
moveFile objfile dest
|
||||
forM_ packs $ \packfile -> do
|
||||
removeWhenExistsWith R.removeLink (fromOsPath packfile)
|
||||
removeWhenExistsWith R.removeLink (fromOsPath (packIdxFile packfile))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue