diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2010-11-08 17:34:27 +0100 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2010-11-08 17:34:27 +0100 |
commit | 700fe280140686ae7f27fac3ce89a7f195f678cb (patch) | |
tree | 9b328862620415e82d9b03b959f32a4906890dd9 /setup_native/scripts | |
parent | 7f6d48f1e1e2ba83e5f0d677ce9714acf16bb024 (diff) | |
parent | 8b6cb5a7827258bd599ed08151f0b9699d188903 (diff) |
CWS-TOOLING: integrate CWS sb132
Diffstat (limited to 'setup_native/scripts')
-rw-r--r-- | setup_native/scripts/install_solaris.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup_native/scripts/install_solaris.sh b/setup_native/scripts/install_solaris.sh index 624999f44f37..bb792bcf2618 100644 --- a/setup_native/scripts/install_solaris.sh +++ b/setup_native/scripts/install_solaris.sh @@ -244,7 +244,7 @@ else CMD=/tmp/userinstall.$$; echo "" > $CMD fi -sed -e 's|"/|"${PKG_INSTALL_ROOT}/|g' > $CMD +sed -e 's|/opt/|${PKG_INSTALL_ROOT}/opt/|g' > $CMD /bin/sh -e $CMD rm -f $CMD EOF |