summaryrefslogtreecommitdiff
path: root/fullpkg-ng
diff options
context:
space:
mode:
Diffstat (limited to 'fullpkg-ng')
-rwxr-xr-xfullpkg-ng4
1 files changed, 2 insertions, 2 deletions
diff --git a/fullpkg-ng b/fullpkg-ng
index 8a3c7aa..e55384f 100755
--- a/fullpkg-ng
+++ b/fullpkg-ng
@@ -276,9 +276,9 @@ 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 || [ $? -eq 15 ] {
+ pkgbuild-check-nonfree || [ $? -eq 15 ] && {
error "nonfree deps found in $(basename $PWD)"
- echo "nonfree:$(basename $PWD)"
+ echo "nonfree:$(basename $PWD)" >> $build_dir/log
continue
}
$FULLBUILDCMD; r=$?