propellor spin

This commit is contained in:
Joey Hess 2014-11-22 00:27:35 -04:00
parent 7fd338f96f
commit 99e0a5fea7
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ sendPrecompiled hn = void $ actionMessage ("Uploading locally compiled propellor
bracket getWorkingDirectory changeWorkingDirectory $ \_ -> do
changeWorkingDirectory tmpdir
let shimdir = "propellor"
let me = localdir </> "propellor"
me <- readSymbolicLink "/proc/self/exe"
void $ Shim.setup me shimdir
withTmpFile "propellor.tar" $ \tarball _ -> allM id
[ boolSystem "strip" [File me]