propellor spin

This commit is contained in:
Joey Hess 2014-04-04 00:44:29 -04:00
parent ba8a259f24
commit eb8dcfd995
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ setup propellorbin dest = do
let shim = file propellorbin dest
writeFile shim $ unlines
[ "#!/bin/sh"
, "set GCONV_PATH=" ++ shellEscape gconvdir
, "GCONV_PATH=" ++ shellEscape gconvdir
, "export GCONV_PATH"
, "exec " ++ unwords (map shellEscape $ linker : linkerparams) ++
" " ++ shellEscape propellorbin ++ " \"$@\""