[arch-projects] [devtools][PATCH] Always log builds in makechrootpkg

Allan McRae allan at archlinux.org
Tue Sep 27 00:42:14 EDT 2011


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 at archlinux.org>
---
 makechrootpkg |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/makechrootpkg b/makechrootpkg
index a60c9fe..5a35bbe 100755
--- a/makechrootpkg
+++ b/makechrootpkg
@@ -10,7 +10,7 @@
 
 FORCE='n'
 RUN=''
-MAKEPKG_ARGS='-s --noconfirm'
+MAKEPKG_ARGS='-s --noconfirm -L'
 REPACK=''
 WORKDIR=$PWD
 
-- 
1.7.6.4



More information about the arch-projects mailing list