From 0f338da5b32d6f5cb1e5b0310722ca5c2b503ca1 Mon Sep 17 00:00:00 2001 From: wangyb Date: Wed, 5 Apr 2006 07:46:05 +0000 Subject: [PATCH] No RPM is built when NO_SRC=0, but we should have the rpms being built. --- build/lbuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build/lbuild b/build/lbuild index 68930e6..598cb68 100755 --- a/build/lbuild +++ b/build/lbuild @@ -704,12 +704,12 @@ if [ -z "$LINUX" ] ; then patch_linux pack_linux clean_linux + fi - prep_kernel_build - clean_lustre + prep_kernel_build + clean_lustre - build_kernel - fi + build_kernel else # can't build a kernel if we have no series for it (i.e. patchless) # but we still need the headers -- 1.8.3.1