installer: gid_File_Lib_Vcl is now auto_File_Lib_vcl

Change-Id: Ib8508ad50b8f2b4ce0443be0b1437c2595b9b6d5
This commit is contained in:
Matúš Kukan 2013-04-15 14:42:09 +02:00
parent 3df1af355d
commit a90616b8c0

View file

@ -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) {