propellor spin
This commit is contained in:
parent
f1fdd6f678
commit
1af398d33e
|
@ -129,6 +129,7 @@ sendPrecompiled hn = void $ actionMessage ("Uploading locally compiled propellor
|
||||||
withTmpDir "propellor" $ \tmpdir ->
|
withTmpDir "propellor" $ \tmpdir ->
|
||||||
bracket getWorkingDirectory changeWorkingDirectory $ \_ -> do
|
bracket getWorkingDirectory changeWorkingDirectory $ \_ -> do
|
||||||
let shimdir = "propellor"
|
let shimdir = "propellor"
|
||||||
|
createDirectoryIfMissing True shimdir
|
||||||
changeWorkingDirectory shimdir
|
changeWorkingDirectory shimdir
|
||||||
me <- readSymbolicLink "/proc/self/exe"
|
me <- readSymbolicLink "/proc/self/exe"
|
||||||
shim <- Shim.setup me "."
|
shim <- Shim.setup me "."
|
||||||
|
|
Loading…
Reference in New Issue