From 9d54f0e1dec4d84f914f17c8c2445dfc53190d8a Mon Sep 17 00:00:00 2001 From: David Tardon Date: Sun, 7 Apr 2013 09:45:19 +0200 Subject: add gbuild class PackageSet This is intended for bundling filelists of multiple Packages together, to simplify the scp2 configuration. Change-Id: I6f700f691b37375a09a5400166aac80a8bb2a2b4 Reviewed-on: https://gerrit.libreoffice.org/3230 Reviewed-by: David Tardon Tested-by: David Tardon --- solenv/bin/modules/installer/environment.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'solenv/bin/modules') diff --git a/solenv/bin/modules/installer/environment.pm b/solenv/bin/modules/installer/environment.pm index cfc8fdf084c4..613c86bfd47b 100644 --- a/solenv/bin/modules/installer/environment.pm +++ b/solenv/bin/modules/installer/environment.pm @@ -67,7 +67,7 @@ sub create_pathvariables my $platformname = $environment->{'OUTPATH'}; $variables{'platformname'} = $platformname; - my $filelistpath = $environment->{'WORKDIR'} . $installer::globals::separator . 'Package'; + my $filelistpath = $environment->{'WORKDIR'}; $variables{'filelistpath'} = $filelistpath; return \%variables; -- cgit