summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2011-09-27 06:42:14 +0200
committerLukas Fleischer <archlinux@cryptocrack.de>2011-10-07 21:53:04 +0200
commita991c9a71f92aa24fd445e6189a6ac07c4ddb77c (patch)
tree75ffe66a2f06fe5c0bbc3cd704f252a31e0c11f8
parent022cd3d523a416ec2eba99220b82bfff40875c9d (diff)
downloaddevtools-a991c9a71f92aa24fd445e6189a6ac07c4ddb77c.tar.gz
devtools-a991c9a71f92aa24fd445e6189a6ac07c4ddb77c.tar.xz
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>
-rw-r--r--makechrootpkg.in2
1 files changed, 1 insertions, 1 deletions
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