Remove wrong fix for a problem of disappearing tools...

svn path=/nixpkgs/trunk/; revision=26171

-2
-2
pkgs/servers/http/joseki/default.nix
··· 79 chmod a+x "$TARGET/bin/"* 80 ensureDir "$out/bin" 81 82 - sed -e 's@ jena[.]@ com.hp.hpl.jena.@' -i "$TARGET/bin/"* 83 - 84 echo -e '#! /bin/sh\nls "'"$TARGET"'"/bin' > "$out/bin/jena-list-commands" 85 echo '#! /bin/sh' >> "$out/bin/jena-command" 86 echo 'export JENAROOT="'"$TARGET"'"' >> "$out/bin/jena-command"
··· 79 chmod a+x "$TARGET/bin/"* 80 ensureDir "$out/bin" 81 82 echo -e '#! /bin/sh\nls "'"$TARGET"'"/bin' > "$out/bin/jena-list-commands" 83 echo '#! /bin/sh' >> "$out/bin/jena-command" 84 echo 'export JENAROOT="'"$TARGET"'"' >> "$out/bin/jena-command"