solenv/bin/make_installer.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fbf9794729337dd24ee11f85e052133db50d4d56
Author: Michael Meeks <michael.me...@suse.com>
Date:   Thu Aug 9 13:42:45 2012 +0100

    fix typo in make_installer.pl
    
    Change-Id: Icc0f1d1e91c704282bfd18b6218bf0659cccb63e

diff --git a/solenv/bin/make_installer.pl b/solenv/bin/make_installer.pl
index 38b4793..fce4522 100644
--- a/solenv/bin/make_installer.pl
+++ b/solenv/bin/make_installer.pl
@@ -625,7 +625,7 @@ for ( my $n = 0; $n <= 
$#installer::globals::languageproducts; $n++ )
 
     if (!($installer::globals::is_copy_only_project))
     {
-        if ((( $installer::globals::iswindowsbuild ) && ( 
$installer::globals::packageformat ne "archive" ) && ( 
$installer::globals::packageformat ne "installed" ) ) || 
$insaller::globals::packageformat eq 'msi' )
+        if ((( $installer::globals::iswindowsbuild ) && ( 
$installer::globals::packageformat ne "archive" ) && ( 
$installer::globals::packageformat ne "installed" ) ) || 
$installer::globals::packageformat eq 'msi' )
         {
             
installer::windows::msiglobal::set_global_code_variables($languagesarrayref, 
$languagestringref, $allvariableshashref, $alloldproperties);
         }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to