diff options
author | sb <sb@openoffice.org> | 2010-09-23 16:30:04 +0200 |
---|---|---|
committer | sb <sb@openoffice.org> | 2010-09-23 16:30:04 +0200 |
commit | 974a58a3f7f7974638ca73b465b15f2a428cc651 (patch) | |
tree | 28533486c89c830d3d76f357cd38a72212cdb419 | |
parent | ab9fada3d5474076fda92196b192e9814d8d273b (diff) |
sb132: #i114422# adapted install_solaris.sh
-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 |