3
0
Fork 0
forked from mirrors/nixpkgs

Fix unneeded /bin/sh reference

This commit is contained in:
Michael Raskin 2012-11-10 15:03:40 +04:00
parent 3061db0bb2
commit 426b75c0a4

View file

@ -81,8 +81,8 @@ rec {
sed -e 's/\r//g' -i "$TARGET/bin"/*
echo -e '#! /bin/sh\nls "'"$TARGET"'"/bin' > "$out/bin/jena-list-commands"
echo '#! /bin/sh' >> "$out/bin/jena-command"
echo -e '#! ${a.stdenv.shell}\nls "'"$TARGET"'"/bin' > "$out/bin/jena-list-commands"
echo '#! ${a.stdenv.shell}' >> "$out/bin/jena-command"
echo 'export JENAROOT="'"$TARGET"'"' >> "$out/bin/jena-command"
echo 'export JOSEKIROOT="'"$TARGET"'"' >> "$out/bin/jena-command"
echo 'export TDBROOT="'"$TARGET"'"' >> "$out/bin/jena-command"