diff options
author | Joshua Ismael Haase Hernandez <hahj87@gmail.com> | 2011-05-26 10:49:59 -0500 |
---|---|---|
committer | Joshua Ismael Haase Hernandez <hahj87@gmail.com> | 2011-05-26 10:49:59 -0500 |
commit | 60319e77ba39b9f713dc14dcd1fbb500e39f7325 (patch) | |
tree | b0576726874641c7af0fa2efe321e5c57b518f68 /fullpkg-ng | |
parent | 2d16cd342cc654a82d374dcff538da0e21e24dca (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-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." |