makechrootpkg: no default logging

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

View File

@ -307,7 +307,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