installer: gid_File_Lib_Vcl is now auto_File_Lib_vcl
Change-Id: Ib8508ad50b8f2b4ce0443be0b1437c2595b9b6d5
This commit is contained in:
parent
3df1af355d
commit
a90616b8c0
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue