summaryrefslogtreecommitdiff
path: root/instsetoo_native
diff options
context:
space:
mode:
Diffstat (limited to 'instsetoo_native')
-rw-r--r--instsetoo_native/inc_openoffice/unix/find-requires-gnome.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/instsetoo_native/inc_openoffice/unix/find-requires-gnome.sh b/instsetoo_native/inc_openoffice/unix/find-requires-gnome.sh
index f793d0fe2086..fefea6460151 100644
--- a/instsetoo_native/inc_openoffice/unix/find-requires-gnome.sh
+++ b/instsetoo_native/inc_openoffice/unix/find-requires-gnome.sh
@@ -1,6 +1,7 @@
#!/bin/sh
cat > /dev/null
-echo libgnomevfs-2.so.0
-echo libgconf-2.so.4
+[[ "${OUTPATH}" == unxlngx* ]] && mark64="()(64bit)"
+echo "libgnomevfs-2.so.0${mark64}"
+echo "libgconf-2.so.4${mark64}"