xbps-src: don't remove autodeps on `clean <pkg>`

previously, xbps-src clean foo didn't clean autodeps but
only foo's builddir and destdir.  This is useful for clean
rebuilds without re-installing all dependencies.

Fixes: 795429f1a4
This commit is contained in:
Piraty 2020-11-27 18:27:41 +01:00 committed by Piraty
parent 5951e95e84
commit e75193bd38
1 changed files with 0 additions and 1 deletions

View File

@ -756,7 +756,6 @@ case "$XBPS_TARGET" in
if declare -f do_clean >/dev/null; then
run_func do_clean
fi
remove_pkg_autodeps
remove_pkg_wrksrc
remove_pkg_statedir
fi