From 48650ec463dfa27ebc06b3ec63bdd12661d098e1 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sat, 23 Feb 2008 13:16:19 +0000 Subject: [PATCH] * Doh! svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10843 --- pkgs/development/compilers/ghc-6.8/setup-hook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/ghc-6.8/setup-hook.sh b/pkgs/development/compilers/ghc-6.8/setup-hook.sh index 3b003ce5560..de4bf2192ff 100644 --- a/pkgs/development/compilers/ghc-6.8/setup-hook.sh +++ b/pkgs/development/compilers/ghc-6.8/setup-hook.sh @@ -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" }