From: Thierry Parmentelat Date: Mon, 13 Feb 2012 13:58:26 +0000 (+0100) Subject: yumexclude ... X-Git-Tag: 5.0-rc27~131 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=b163e1977ae99b365fa4ebde934135c2ed870b75;p=build.git yumexclude ... --- diff --git a/build.common b/build.common index d2da1be7..36d363e6 100644 --- a/build.common +++ b/build.common @@ -80,7 +80,7 @@ function pl_yumexclude () { type -p pkgs.py >& /dev/null || export PATH=$builddir:$PATH # parse it - pl_parsePkgs keyword $fcdistro $pldistro $yumexclude_file || \ + pl_parsePkgs $keyword $fcdistro $pldistro $yumexclude_file || \ { echo pl_yumexclude failed with fcdistro=$fcdistro and pldistro=$pldistro; return 1 ; } }