To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=114422 Issue #|114422 Summary|Solaris userinstall script fails for extensions Component|Installation Version|DEV300m87 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|sb Reported by|sb
------- Additional comments from [email protected] Thu Sep 9 09:38:05 +0000 2010 ------- At least DEV300_m87 .../unxsoli4/bin/userscripts/install .../ooo/instsetoo_native/unxsoli4/OpenOffice/pkg/install/en-US/packages fails when installing the packages containing bundled extensions (openofficeorg3-dict-fr etc.). Fix is ---8<--- diff -r bca70ed49ef7 setup_native/scripts/install_solaris.sh --- a/setup_native/scripts/install_solaris.sh Thu Sep 09 09:57:58 2010 +0200 +++ b/setup_native/scripts/install_solaris.sh Thu Sep 09 11:37:14 2010 +0200 @@ -244,7 +244,7 @@ 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 ---8<--- --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
