To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48294


User vq changed the following:

                  What    |Old value                 |New value
================================================================================
                        CC|'mh,rene'                 |'mh,rene,vq'
--------------------------------------------------------------------------------
               Assigned to|vq                        |mh
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Thu Apr 28 20:18:10 -0700 
2005 -------
Committed a fixed version of previous patch to configure10.

winenv.* now contains a variable named NSIS_PATH containing the path to the
nsis.exe.

vq->mh: Can you take over and adapt instsetoo_native?

P.S.: I needed the following patch and NSIS in my path to build with m97:

+++ solenv/bin/modules/installer/download.pm    29 Apr 2005 02:37:16 -0000
@@ -889,7 +890,7 @@
        @paths = split(/:/, $ENV{'PATH'});
        foreach $paths (@paths) {
                $nsispath = $paths . "/nsis";
-               if ( -x $nsispath ) { $nsispath = $paths; break } else { 
$nsispath = ""; }
+               if ( -e $nsispath ) { $nsispath = $paths; last } else { 
$nsispath = ""; }
        }
 
        if ( $nsispath eq "" )
@@ -901,8 +904,8 @@
        }
        else
        {
-               ($vol, $dir, $file) = File::Spec->splitpath( $nsispath );
-               $nsispath = $dir;
+#              ($vol, $dir, $file) = File::Spec->splitpath( $nsispath );
+#              $nsispath = $dir;
        }
 
        if ( $ENV{'NSISSDK_SOURCE'} ) { $nsispath = $ENV{'NSISSDK_SOURCE'}; }   
#
overriding the NSIS SDK with NSISSDK_SOURCE 

---------------------------------------------------------------------
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]

Reply via email to