summaryrefslogtreecommitdiff
path: root/fullpkg-ng
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernandez <hahj87@gmail.com>2011-05-26 10:49:59 -0500
committerJoshua Ismael Haase Hernandez <hahj87@gmail.com>2011-05-26 10:49:59 -0500
commit60319e77ba39b9f713dc14dcd1fbb500e39f7325 (patch)
treeb0576726874641c7af0fa2efe321e5c57b518f68 /fullpkg-ng
parent2d16cd342cc654a82d374dcff538da0e21e24dca (diff)
* fullpkg-ng check nonfree on pkgbuild
* pkgbuild-check-nonfree does not return error when libre replacement is found
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."