mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
netbeans: add $JDK8_HOME/bin first in PATH.
This commit is contained in:
@@ -48,7 +48,7 @@ INSTALL()
|
||||
|
||||
cat << EOF > $appsDir/netbeans/netbeans.sh
|
||||
#!/bin/sh -l
|
||||
export PATH=\$PATH:\$JDK8_HOME/bin
|
||||
export PATH=\$JDK8_HOME/bin:\$PATH
|
||||
exec $appsDir/netbeans/bin/netbeans
|
||||
EOF
|
||||
chmod 755 $appsDir/netbeans/netbeans.sh
|
||||
|
||||
Reference in New Issue
Block a user