diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-05-07 11:11:05 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-05-07 11:11:05 -0400 |
commit | 4ce4e426012375a9b44df012a143139645880c0d (patch) | |
tree | 928d7ef1c7b867e6a8bef7b8255d766707a555d1 /src | |
parent | 63f8d6fd765b80abca682dfd6b3b80050bf76b3e (diff) |
libremakepkg: copy more things out on failuretesting-20130507
Diffstat (limited to 'src')
-rwxr-xr-x | src/chroot-tools/libremakepkg | 4 |
1 files changed, 1 insertions, 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 } |