diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2013-04-16 11:31:58 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2013-04-16 11:50:24 +0200 |
commit | fdb6b39d682372ece754afee2d574ab31552f36b (patch) | |
tree | 03b94258fea78d409661e988f081030aea317151 /solenv/bin | |
parent | 06575c858de25850c54aaeb9d671bebccb73cdaf (diff) |
fix installing for --enable-mergelibs
Use gid_File_Lib_Oox instead of auto_File_Lib_vcl which is not defined
in that case.
No idea what the code is about though.
Change-Id: I675268a3490dd1421ecf1a82ede0db527d176744
Diffstat (limited to 'solenv/bin')
-rw-r--r-- | solenv/bin/modules/installer/profiles.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/bin/modules/installer/profiles.pm b/solenv/bin/modules/installer/profiles.pm index b83b69653dfd..5dadf809a457 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 "auto_File_Lib_vcl" + # Taking the base data from the "gid_File_Lib_Oox" - my $vclgid = "auto_File_Lib_vcl"; + my $vclgid = "gid_File_Lib_Oox"; if ( $allvariables->{'GLOBALFILEGID'} ) { $vclgid = $allvariables->{'GLOBALFILEGID'}; } my ($vclfile) = grep {$_->{gid} eq $vclgid} @{$filesarrayref}; if (! defined $vclfile) { |