From 9723c98b572c1fe1a5be08bfe79bfa45fd655607 Mon Sep 17 00:00:00 2001 From: Michael Hanke Date: Fri, 4 Sep 2009 09:52:23 -0400 Subject: [PATCH] Functional build4all script. --- tools/nd_build4allnd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/nd_build4allnd b/tools/nd_build4allnd index 9cea1b8..7edfe35 100755 --- a/tools/nd_build4allnd +++ b/tools/nd_build4allnd @@ -21,5 +21,6 @@ for d in $alldists; do dfamily=${d%%-*} drelease=${d##*-} - nd_build $dfamily $drelease $1 + bpdsc=$(nd_backport $drelease $1 | tail -n1) + nd_build $dfamily $drelease $bpdsc done -- 2.39.5