xbps-src: cleanup masterdir/tmp in the 'clean' target too.

This commit is contained in:
Juan RP 2015-09-03 07:36:27 +02:00
parent ebe38679e1
commit 465e481b70
1 changed files with 1 additions and 0 deletions

View File

@ -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