From: Thierry Parmentelat Date: Sat, 27 Sep 2008 08:10:59 +0000 (+0000) Subject: oops X-Git-Tag: 4.3-rc1~166 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=4e7b913c44d4312520a0f226e6c7e9b75b00b544;p=build.git oops --- diff --git a/build.common b/build.common index 4c52b0a4..c180d8d9 100644 --- a/build.common +++ b/build.common @@ -229,7 +229,7 @@ function pl_root_mkfedora () { pkgs_precious=$(pl_parsePkgs precious $fcdistro $pldistro $pkgsfile) # formerly related to mkfedora -k : packages to take from our own build # and thus need be excluded frem the stock repos - pkgs_excludes=$(pl_parsePkgs kexclude $fcdistro $pldistro $pkgsfile | sed -e s,@KEXCLUDE@,"$pl_KEXCLUDES",) + pkgs_kexcludes=$(pl_parsePkgs kexclude $fcdistro $pldistro $pkgsfile | sed -e s,@KEXCLUDE@,"$pl_KEXCLUDES",) # get mirrors if not specified with -l if [ -z "$mirrors" ] ; then mirrorsfile=$(pl_locateDistroFile ../build/ $pldistro "$pldistro.mirrors")