diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-13 13:08:49 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-13 13:08:49 +0000 |
commit | 4b5f94adb4ca04805a6c21762530acc6dc1dc11c (patch) | |
tree | 11fc9661b7940258d1ae1c9453650c1d6cec6cda /instsetoo_native | |
parent | 4c34884535d6f9c790df79ef30f84defdbceeb16 (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')
-rw-r--r-- | instsetoo_native/inc_openoffice/unix/find-requires-gnome.sh | 5 |
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}" |