summaryrefslogtreecommitdiffstats
path: root/abuild.in
diff options
context:
space:
mode:
Diffstat (limited to 'abuild.in')
-rw-r--r--abuild.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/abuild.in b/abuild.in
index f3ee0d4..b1be8fc 100644
--- a/abuild.in
+++ b/abuild.in
@@ -1521,6 +1521,7 @@ build_abuildrepo() {
unpack
prepare
mkusers
+ build
$_check
rootpkg
cleanup $CLEANUP
@@ -2125,7 +2126,7 @@ rootbld_actions() {
if ! want_check; then
_check=true
fi
- for part in symlinksrc unpack prepare $_check rootpkg; do
+ for part in symlinksrc unpack prepare build $_check rootpkg; do
runpart $part
done
}