From a4b0a1a1f9c46abd526488178336ec242b4feaee Mon Sep 17 00:00:00 2001 From: Andrew Niefer Date: Tue, 16 Nov 2010 19:52:58 +0000 Subject: bug 330280 - add hpux gtk --- releng/org.eclipse.equinox.launcher.releng/remote.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'releng') 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 -- cgit v1.2.3