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

svn path=/nixpkgs/trunk/; revision=26171
This commit is contained in:
Michael Raskin 2011-03-05 22:32:18 +00:00
parent 874af6794d
commit b3acca85fd

View File

@ -79,8 +79,6 @@ rec {
chmod a+x "$TARGET/bin/"*
ensureDir "$out/bin"
sed -e 's@ jena[.]@ com.hp.hpl.jena.@' -i "$TARGET/bin/"*
echo -e '#! /bin/sh\nls "'"$TARGET"'"/bin' > "$out/bin/jena-list-commands"
echo '#! /bin/sh' >> "$out/bin/jena-command"
echo 'export JENAROOT="'"$TARGET"'"' >> "$out/bin/jena-command"