propellor spin
This commit is contained in:
parent
8868b44010
commit
5499b2a612
|
@ -45,6 +45,7 @@ file propellorbin dest = dest </> propellorbin
|
||||||
installFile :: FilePath -> FilePath -> IO ()
|
installFile :: FilePath -> FilePath -> IO ()
|
||||||
installFile top f = do
|
installFile top f = do
|
||||||
createDirectoryIfMissing True destdir
|
createDirectoryIfMissing True destdir
|
||||||
|
nukeFile dest
|
||||||
createLink f dest `catchIO` (const copy)
|
createLink f dest `catchIO` (const copy)
|
||||||
where
|
where
|
||||||
copy = void $ boolSystem "cp" [Param "-a", Param f, Param dest]
|
copy = void $ boolSystem "cp" [Param "-a", Param f, Param dest]
|
||||||
|
|
Loading…
Reference in New Issue