abuild: fix regression. run build

fix regression introduced in def219994d
This commit is contained in:
Natanael Copa 2018-10-03 12:03:08 +00:00
parent def219994d
commit 4e455979e0
1 changed files with 2 additions and 1 deletions

View File

@ -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
}