From e75193bd38353c24641f47ea267bca3e1858eb3d Mon Sep 17 00:00:00 2001 From: Piraty Date: Fri, 27 Nov 2020 18:27:41 +0100 Subject: [PATCH] xbps-src: don't remove autodeps on `clean ` 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: 795429f1a44cb0b84e3af1197c68b880aae86098 --- xbps-src | 1 - 1 file changed, 1 deletion(-) diff --git a/xbps-src b/xbps-src index 20c12336439..08da501f219 100755 --- a/xbps-src +++ b/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