Commit a991c9a7 authored by Allan McRae's avatar Allan McRae Committed by Lukas Fleischer
Browse files

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: default avatarAllan McRae <allan@archlinux.org>
Signed-off-by: default avatarLukas Fleischer <archlinux@cryptocrack.de>
parent 022cd3d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

shopt -s nullglob

makepkg_args='-s --noconfirm'
makepkg_args='-s --noconfirm -L'
repack=false
update_first=false
clean_first=false