diff options
-rw-r--r-- | abuild.in | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 } |