propellor spin
This commit is contained in:
parent
ba8a259f24
commit
eb8dcfd995
|
@ -36,7 +36,7 @@ setup propellorbin dest = do
|
||||||
let shim = file propellorbin dest
|
let shim = file propellorbin dest
|
||||||
writeFile shim $ unlines
|
writeFile shim $ unlines
|
||||||
[ "#!/bin/sh"
|
[ "#!/bin/sh"
|
||||||
, "set GCONV_PATH=" ++ shellEscape gconvdir
|
, "GCONV_PATH=" ++ shellEscape gconvdir
|
||||||
, "export GCONV_PATH"
|
, "export GCONV_PATH"
|
||||||
, "exec " ++ unwords (map shellEscape $ linker : linkerparams) ++
|
, "exec " ++ unwords (map shellEscape $ linker : linkerparams) ++
|
||||||
" " ++ shellEscape propellorbin ++ " \"$@\""
|
" " ++ shellEscape propellorbin ++ " \"$@\""
|
||||||
|
|
Loading…
Reference in New Issue