summaryrefslogtreecommitdiff
path: root/sysui/desktop
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-10-05 12:01:46 +0000
committerKurt Zenker <kz@openoffice.org>2005-10-05 12:01:46 +0000
commit2ea8b7a1515c7c365b21639bd44dfe4b7dcc5363 (patch)
tree730babd072e93e6a585d71fff78a40124d900382 /sysui/desktop
parent372628a74b4ec7b69886cc111d8a623dd8f8e4c7 (diff)
INTEGRATION: CWS sysui11 (1.3.60); FILE MERGED
2005/09/05 09:23:09 obr 1.3.60.1: #i53648# symlink should be relative
Diffstat (limited to 'sysui/desktop')
-rw-r--r--sysui/desktop/solaris/postinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysui/desktop/solaris/postinstall b/sysui/desktop/solaris/postinstall
index 7bb22c276802..a8aa9c11796d 100644
--- a/sysui/desktop/solaris/postinstall
+++ b/sysui/desktop/solaris/postinstall
@@ -41,7 +41,7 @@ do
done | installf ${PKGINST} - || exit 2
# Add the symlink to software installation database
-installf ${PKG_INSTALL_ROOT:+'-R'} ${PKG_INSTALL_ROOT} ${PKGINST} ${CLIENT_BASEDIR}/etc/%PREFIX=${OFFICE_PATH} s
+installf ${PKG_INSTALL_ROOT:+'-R'} ${PKG_INSTALL_ROOT} ${PKGINST} ${CLIENT_BASEDIR}/etc/%PREFIX=..${OFFICE_PATH} s
# Patch the launch script to run gnome-set-default-application on first office launch for GNOME < 2.6
if [ "$LEGACY_GNOME" = "true" ]