From: Thierry Parmentelat Date: Mon, 10 Mar 2008 12:19:49 +0000 (+0000) Subject: fix glitch X-Git-Tag: 4.2-rc2~154 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=bb09ce31e7ceef55541964c7ccf63fcfa4e37e3e;p=build.git fix glitch --- diff --git a/build.common b/build.common index 255344a1..c04ef96c 100644 --- a/build.common +++ b/build.common @@ -254,8 +254,8 @@ function pl_root_mkfedora () { # parse pkgsfile and add to local vars fcdistro=${pl_DISTRO_NAME} - pkgs_packages=(pl_parsePkgs package $fcdistro $pldistro $pkgsfile) - pkgs_groups=(pl_parsePkgs group $fcdistro $pldistro $pkgsfile) + pkgs_packages=$(pl_parsePkgs package $fcdistro $pldistro $pkgsfile) + pkgs_groups=$(pl_parsePkgs group $fcdistro $pldistro $pkgsfile) # packages to exclude - obsolete, was maybe useful when installing a group pkgs_excludes=$(pl_parsePkgs exclude $fcdistro $pldistro $pkgsfile) pkgs_junk=$(pl_parsePkgs junk $fcdistro $pldistro $pkgsfile)