[Libreoffice-commits] .: desktop/scripts
Caolán McNamara
caolan at kemper.freedesktop.org
Tue Feb 8 13:18:51 PST 2011
desktop/scripts/unopkg.sh | 6 ++++++
1 file changed, 6 insertions(+)
New commits:
commit d6f13b2b2f6ce0fa8a0139faaffe67d5ae27d382
Author: Caolán McNamara <caolanm at redhat.com>
Date: Tue Feb 8 21:18:46 2011 +0000
add in AIX here as well
diff --git a/desktop/scripts/unopkg.sh b/desktop/scripts/unopkg.sh
index 5f750d0..dd1173f 100644
--- a/desktop/scripts/unopkg.sh
+++ b/desktop/scripts/unopkg.sh
@@ -55,6 +55,12 @@ NetBSD|OpenBSD|FreeBSD)
export JAVA_HOME
fi
;;
+AIX)
+ sd_prog1="$sd_prog/../basis-link/program"
+ sd_prog2="$sd_prog/../basis-link/ure-link/lib"
+ LIBPATH=$sd_prog1:$sd_prog2${LIBPATH:+:${LIBPATH}}
+ export LIBPATH
+ ;;
esac
#collect all bootstrap variables specified on the command line
More information about the Libreoffice-commits
mailing list