From 4ce4e426012375a9b44df012a143139645880c0d Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 7 May 2013 11:11:05 -0400 Subject: libremakepkg: copy more things out on failure --- src/chroot-tools/libremakepkg | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/chroot-tools/libremakepkg b/src/chroot-tools/libremakepkg index b01976d..e5130c8 100755 --- a/src/chroot-tools/libremakepkg +++ b/src/chroot-tools/libremakepkg @@ -33,9 +33,7 @@ umask 0022 # End inmediately but print a useful message trap_exit() { error "$*" - set +euE - . /usr/share/devtools/makechrootpkg.sh - chroot_copy_out_logs "$@" + $INCHROOT || chroot_copy_out "$copydir" "$LIBREUSER" exit 1 } -- cgit v1.2.2