From c5abdedc7944dd9eff39800a8fd4e4f0dadd8b9a Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Wed, 28 Nov 2012 17:34:00 +0100 Subject: etc/profile.jogl: Fix OpenIndiana ARCH i86pc -> x86 (used currently for SWT tests only) --- etc/profile.jogl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'etc') diff --git a/etc/profile.jogl b/etc/profile.jogl index 7dd51919d..413c0538d 100755 --- a/etc/profile.jogl +++ b/etc/profile.jogl @@ -24,6 +24,10 @@ function concat_jogl_list() } ARCH=`uname -m` +if [ "$ARCH" = "i86pc" ] ; then + ARCH="x86" +fi + KERNEL=`uname -s | awk ' { printf "%s",tolower($0) ; } '` if [ "$KERNEL" = "sunos" ] ; then KERNEL="solaris" -- cgit v1.2.3