diff --git a/xbps-src/shutils/tmpl_funcs.sh.in b/xbps-src/shutils/tmpl_funcs.sh.in index 96f4ec3d1b8..bce0591674e 100644 --- a/xbps-src/shutils/tmpl_funcs.sh.in +++ b/xbps-src/shutils/tmpl_funcs.sh.in @@ -285,7 +285,7 @@ set_tmpl_common_vars() . $XBPS_SHUTILSDIR/install_files.sh - if [ -n "$IGNORE_BOOTSTRAP_PKGS" ]; then + if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then unset bootstrap fi diff --git a/xbps-src/xbps-src.sh.in b/xbps-src/xbps-src.sh.in index 24b8d58bd0e..d1f7b83c1a3 100644 --- a/xbps-src/xbps-src.sh.in +++ b/xbps-src/xbps-src.sh.in @@ -322,7 +322,7 @@ export PATH="$MYPATH" # if [ -n "$DESTDIR_ONLY_INSTALL" -a -n "$XBPS_PREFER_BINPKG_DEPS" \ -a -f "$XBPS_MASTERDIR/.xbps_perms_done" ]; then - export IGNORE_BOOTSTRAP_PKGS=1 + export BOOTSTRAP_PKG_REBUILD=1 fi #