To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=100251
------- Additional comments from [email protected] Fri May 8 15:47:52 +0000 2009 ------- is -> andyrtr: The file "openoffice.org-desktop-integration.tar.gz" should be delivered from the module "sysui". This does not happen for your package format "native"? But if you only create "tar.gz" files, you probably do not need any system integration packages. In this case please test the following patch, that simply disables the search for the system integration packages, if "native" is used. In the file "solenv/bin/modules/installer/control.pm" please add one line at line 717: if ( $installer::globals::packageformat eq "native" ) { $installer::globals::addsystemintegration = 0; } --------------------------------------------------------------------- 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]
