Always log builds in makechrootpkg

It is very helpful to always log the build output in makechrootpkg
so pass "-L" as a standard option to makepkg.

Signed-off-by: Allan McRae <allan@archlinux.org>
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
Allan McRae 2011-09-27 14:42:14 +10:00 committed by Lukas Fleischer
parent 022cd3d523
commit a991c9a71f
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
shopt -s nullglob
makepkg_args='-s --noconfirm'
makepkg_args='-s --noconfirm -L'
repack=false
update_first=false
clean_first=false