From 777e0510999ab04072bf6d16631c481971445194 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 24 Oct 2011 21:57:40 +0200 Subject: [PATCH] xbps-src: don't remove bootstrap pkgs in autoremove case. --- xbps-src/shutils/builddep_funcs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/xbps-src/shutils/builddep_funcs.sh b/xbps-src/shutils/builddep_funcs.sh index 7de62642655..99cfeea4f0f 100644 --- a/xbps-src/shutils/builddep_funcs.sh +++ b/xbps-src/shutils/builddep_funcs.sh @@ -85,6 +85,7 @@ autoremove_pkg_dependencies() # ignore subpkgs. setup_subpkg_tmpl $curpkgname [ -n "$SUBPKG" ] && continue + [ -n "$bootstrap" ] && continue # remove pkg. msg_warn "removing package $curpkgname installed from source...\n" remove_pkg