From b163e1977ae99b365fa4ebde934135c2ed870b75 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 13 Feb 2012 14:58:26 +0100 Subject: [PATCH] yumexclude ... --- build.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ; } } -- 2.47.0