From: Thierry Parmentelat Date: Mon, 10 Mar 2008 15:21:54 +0000 (+0000) Subject: bugfix : kexclude was not properly taken into account X-Git-Tag: 4.2-rc2~149 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=6b63eb793c2275be559a7e6f8c1a100a422b020d;p=build.git bugfix : kexclude was not properly taken into account --- diff --git a/build.common b/build.common index d45df3c7..2c4ccb18 100644 --- a/build.common +++ b/build.common @@ -246,7 +246,7 @@ function pl_root_mkfedora () { fi exclude_kernel="" - [ -n "$pkgs_kexcludes" ] && exclude_kernel="exclude=$pkgs_excludes" + [ -n "$pkgs_kexcludes" ] && exclude_kernel="exclude=$pkgs_kexcludes" function mkfedora_fetch () {