summaryrefslogtreecommitdiff
path: root/instsetoo_native/inc_openoffice/unix/find-requires-x11.sh
diff options
context:
space:
mode:
Diffstat (limited to 'instsetoo_native/inc_openoffice/unix/find-requires-x11.sh')
-rw-r--r--instsetoo_native/inc_openoffice/unix/find-requires-x11.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/instsetoo_native/inc_openoffice/unix/find-requires-x11.sh b/instsetoo_native/inc_openoffice/unix/find-requires-x11.sh
index 9b0996ed6d83..b8463dc2750f 100644
--- a/instsetoo_native/inc_openoffice/unix/find-requires-x11.sh
+++ b/instsetoo_native/inc_openoffice/unix/find-requires-x11.sh
@@ -18,8 +18,8 @@
#
cat > /dev/null
-[[ "${OUTPATH}" == unxlngx* ]] && mark64="()(64bit)"
-if [[ "${OUTPATH}" == unxaig* ]]; then
+[[ "${PLATFORMID}" == "linux_x86_64" ]] && mark64="()(64bit)"
+if [[ "${OS}" == "AIX" ]]; then
echo "libfreetype.a(libfreetype.so.6${mark64})"
else
echo "libfreetype.so.6${mark64}"