27 Sep
2011
27 Sep
'11
4:42 a.m.
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> --- 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