From 465e481b70ad75f778a2b17b8ddb6eb5da925b61 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 3 Sep 2015 07:36:27 +0200 Subject: [PATCH] xbps-src: cleanup masterdir/tmp in the 'clean' target too. --- xbps-src | 1 + 1 file changed, 1 insertion(+) diff --git a/xbps-src b/xbps-src index 1f6685c0d48..e044f256287 100755 --- a/xbps-src +++ b/xbps-src @@ -641,6 +641,7 @@ case "$XBPS_TARGET" in fi msg_normal "xbps-src: cleaning up masterdir...\n" rm -rf $XBPS_MASTERDIR/builddir $XBPS_MASTERDIR/destdir + rm -f $XBPS_MASTERDIR/tmp/* >/dev/null 2>&1 else read_pkg if [ -n "$CHROOT_READY" -a -z "$IN_CHROOT" ]; then