From 0c0334c2f9a6c2152a9508d5832637b4f7600567 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 30 Jan 2012 09:54:27 -0800 Subject: [PATCH] build_debs.sh: cleanup order --- build_debs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_debs.sh b/build_debs.sh index cbc78dc0..311021a0 100755 --- a/build_debs.sh +++ b/build_debs.sh @@ -31,11 +31,11 @@ for dist in $dists do pbuilder --clean - $bindir/update_pbuilder.sh $pbuilddir $dist - bpvers=`$bindir/gen_debian_version.sh $dvers $dist` echo deb vers $bpvers + $bindir/update_pbuilder.sh $pbuilddir $dist + echo building debs for $dist pbuilder build \ --binary-arch \ -- 2.39.5