diff options
Diffstat (limited to 'fullpkg-ng')
-rwxr-xr-x | fullpkg-ng | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -276,6 +276,7 @@ while [ ${#build_packages[@]} -gt 0 ]; do check_queue && update_queue || { warning "Couldn't update the queue, let your partners know about this." } + pkgbuild-check-nonfree || break $FULLBUILDCMD; r=$? case $r in 0) plain "The build was succesful." |