Kaydet (Commit) a90616b8 authored tarafından Matúš Kukan's avatar Matúš Kukan

installer: gid_File_Lib_Vcl is now auto_File_Lib_vcl

Change-Id: Ib8508ad50b8f2b4ce0443be0b1437c2595b9b6d5
üst 3df1af35
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment