svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10843
This commit is contained in:
Eelco Dolstra 2008-02-23 13:16:19 +00:00
parent 34d02fef81
commit 48650ec463

View file

@ -13,7 +13,7 @@ makeWrapper() {
wrapper="$ghc_support/$wrapperName"
shift #the other arguments are passed to the source app
echo '#!'"$SHELL" > "$wrapper"
echo "exec \"@ghc@/bin/$wrapperName\" $@" '"$@"' > "$wrapper"
echo "exec \"@out@/bin/$wrapperName\" $@" '"$@"' > "$wrapper"
chmod +x "$wrapper"
}