[Libreoffice-commits] core.git: solenv/bin

Matúš Kukan matus.kukan at gmail.com
Mon Apr 15 05:44:40 PDT 2013


 solenv/bin/modules/installer/profiles.pm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit a90616b8c0f007e0329b0cc8353e8029e4993f79
Author: Matúš Kukan <matus.kukan at gmail.com>
Date:   Mon Apr 15 14:42:09 2013 +0200

    installer: gid_File_Lib_Vcl is now auto_File_Lib_vcl
    
    Change-Id: Ib8508ad50b8f2b4ce0443be0b1437c2595b9b6d5

diff --git a/solenv/bin/modules/installer/profiles.pm b/solenv/bin/modules/installer/profiles.pm
index 3b99973..b83b696 100644
--- a/solenv/bin/modules/installer/profiles.pm
+++ b/solenv/bin/modules/installer/profiles.pm
@@ -84,9 +84,9 @@ sub add_profile_into_filelist
 
     my %profile = ();
 
-    # Taking the base data from the "gid_File_Lib_Vcl"
+    # Taking the base data from the "auto_File_Lib_vcl"
 
-    my $vclgid = "gid_File_Lib_Vcl";
+    my $vclgid = "auto_File_Lib_vcl";
     if ( $allvariables->{'GLOBALFILEGID'} ) { $vclgid = $allvariables->{'GLOBALFILEGID'}; }
     my ($vclfile) = grep {$_->{gid} eq $vclgid} @{$filesarrayref};
     if (! defined $vclfile) {


More information about the Libreoffice-commits mailing list