1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

fix eclipse start script

svn path=/nixpkgs/trunk/; revision=15546
This commit is contained in:
Marc Weber 2009-05-11 06:00:27 +00:00
parent fe62c65b59
commit 57baa6617f

View file

@ -22,7 +22,7 @@ cat >> $out/bin/eclipse << EOF
#! /bin/sh -e
export PATH=${jdk}/bin\${PATH:+:}\$PATH
export LD_LIBRARY_PATH=$rpath\${LD_LIBRARY_PATH:+:}\$LD_LIBRARY_PATH
exec \$(dirname $0)/../eclipse/eclipse $@
exec \$(dirname \$0)/../eclipse/eclipse $@
EOF
chmod +x $out/bin/eclipse