To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44504
User is changed the following:
What |Old value |New value
================================================================================
Status|NEW |RESOLVED
--------------------------------------------------------------------------------
Resolution| |FIXED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Wed Mar 16 03:27:51 -0800
2005 -------
Hi Pavel,
if the Mac OS X path is
"/Applications/openoffice.org%PRODUCTVERSION"
this is very similar to the Unix destination path
"/opt/openoffice.org%PRODUCTVERSION"
Therefore it could be much simpler to make this pathes dependent from each
other. A simple solution is to add in make_installer.pl the following line
if ( $^O =~ /darwin/i ) { $packagerootpath =~ s/\/opt\//\/Applications\//; }
in which /opt/ is simply substituted by /Applications/.
Then no changes in any other file are required and any change in the Unix
destpath ist automatically done for the Mac Path, too (except changes of the
opt- directory ;-) )
---------------------------------------------------------------------
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]