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:
parent
5951e95e84
commit
e75193bd38
1 changed files with 0 additions and 1 deletions
1
xbps-src
1
xbps-src
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue