update
This commit is contained in:
parent
96ecbaad25
commit
81e52f1e14
|
@ -7,3 +7,4 @@ Setup
|
||||||
Setup.hi
|
Setup.hi
|
||||||
Setup.o
|
Setup.o
|
||||||
docker
|
docker
|
||||||
|
propellor.1
|
||||||
|
|
|
@ -224,7 +224,9 @@ sendPrecompiled hn = void $ actionMessage ("Uploading locally compiled propellor
|
||||||
createDirectoryIfMissing True "bin"
|
createDirectoryIfMissing True "bin"
|
||||||
unlessM (boolSystem "cp" [File me, File "bin/propellor"]) $
|
unlessM (boolSystem "cp" [File me, File "bin/propellor"]) $
|
||||||
errorMessage "failed copying in propellor"
|
errorMessage "failed copying in propellor"
|
||||||
void $ Shim.setup "bin/propellor" (localdir </> "bin/propellor") "."
|
let bin = "bin/propellor"
|
||||||
|
let binpath = Just $ localdir </> bin
|
||||||
|
void $ Shim.setup bin binpath "."
|
||||||
changeWorkingDirectory tmpdir
|
changeWorkingDirectory tmpdir
|
||||||
withTmpFile "propellor.tar." $ \tarball _ -> allM id
|
withTmpFile "propellor.tar." $ \tarball _ -> allM id
|
||||||
[ boolSystem "strip" [File me]
|
[ boolSystem "strip" [File me]
|
||||||
|
|
Loading…
Reference in New Issue