Remove wrong fix for a problem of disappearing tools...
svn path=/nixpkgs/trunk/; revision=26171
This commit is contained in:
parent
874af6794d
commit
b3acca85fd
@ -79,8 +79,6 @@ rec {
|
|||||||
chmod a+x "$TARGET/bin/"*
|
chmod a+x "$TARGET/bin/"*
|
||||||
ensureDir "$out/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 -e '#! /bin/sh\nls "'"$TARGET"'"/bin' > "$out/bin/jena-list-commands"
|
||||||
echo '#! /bin/sh' >> "$out/bin/jena-command"
|
echo '#! /bin/sh' >> "$out/bin/jena-command"
|
||||||
echo 'export JENAROOT="'"$TARGET"'"' >> "$out/bin/jena-command"
|
echo 'export JENAROOT="'"$TARGET"'"' >> "$out/bin/jena-command"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user