summaryrefslogtreecommitdiff
path: root/instsetoo_native/inc_openoffice/unix
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-13 13:08:49 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-13 13:08:49 +0000
commit4b5f94adb4ca04805a6c21762530acc6dc1dc11c (patch)
tree11fc9661b7940258d1ae1c9453650c1d6cec6cda /instsetoo_native/inc_openoffice/unix
parent4c34884535d6f9c790df79ef30f84defdbceeb16 (diff)
INTEGRATION: CWS obr09 (1.2.550); FILE MERGED
2008/05/28 08:23:56 obr 1.2.550.1: #i89711# 64 bit dependencies
Diffstat (limited to 'instsetoo_native/inc_openoffice/unix')
-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}"