Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'releng/org.eclipse.equinox.launcher.releng/remote.sh')
-rw-r--r--releng/org.eclipse.equinox.launcher.releng/remote.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/releng/org.eclipse.equinox.launcher.releng/remote.sh b/releng/org.eclipse.equinox.launcher.releng/remote.sh
index 82eb226dc..9c50a6380 100644
--- a/releng/org.eclipse.equinox.launcher.releng/remote.sh
+++ b/releng/org.eclipse.equinox.launcher.releng/remote.sh
@@ -37,6 +37,9 @@ case $OS in
"AIX")
PATH=/bluebird/teamswt/swt-builddir/build/cvs_bin/AIX:$PATH
;;
+ "HP-UX")
+ PATH=$PATH:/opt/gtk2.6/bin:/opt/gtk2.6/lib/pkgconfig
+ ;;
esac
PATH=$JAVA_HOME/jre/bin:$ANT_HOME/bin:$PATH

Back to the top