summaryrefslogtreecommitdiff
path: root/fullpkg-ng
diff options
context:
space:
mode:
Diffstat (limited to 'fullpkg-ng')
-rwxr-xr-xfullpkg-ng1
1 files changed, 1 insertions, 0 deletions
diff --git a/fullpkg-ng b/fullpkg-ng
index a35eab3..7b97209 100755
--- a/fullpkg-ng
+++ b/fullpkg-ng
@@ -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."