xbps-src: cleanup masterdir/tmp in the 'clean' target too.
This commit is contained in:
parent
ebe38679e1
commit
465e481b70
1 changed files with 1 additions and 0 deletions
1
xbps-src
1
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
|
||||
|
|
Loading…
Reference in a new issue