makechrootpkg: no default logging

This commit is contained in:
Kevin Mihelich 2014-12-28 22:33:41 -07:00 committed by Marius Kittler
parent 18bae8acef
commit ac0d04dd48
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ move_products() {
# }}}
main() {
default_makepkg_args=(--syncdeps --noconfirm --log --holdver --skipinteg)
default_makepkg_args=(--syncdeps --noconfirm --holdver --skipinteg)
makepkg_args=("${default_makepkg_args[@]}")
keepbuilddir=false
update_first=false