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:
parent
fe62c65b59
commit
57baa6617f
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue