From a991c9a71f92aa24fd445e6189a6ac07c4ddb77c Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Tue, 27 Sep 2011 14:42:14 +1000 Subject: 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 Signed-off-by: Lukas Fleischer --- makechrootpkg.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makechrootpkg.in b/makechrootpkg.in index 092f195..43acc3f 100644 --- a/makechrootpkg.in +++ b/makechrootpkg.in @@ -10,7 +10,7 @@ shopt -s nullglob -makepkg_args='-s --noconfirm' +makepkg_args='-s --noconfirm -L' repack=false update_first=false clean_first=false -- cgit v1.2.3-24-g4f1b