Revert "xbps-src: fix reconfiguration of bootstrap pkgs."

This reverts commit ba4c05aa00.
This commit is contained in:
Jürgen Buchmüller 2019-07-05 12:08:42 +02:00
parent 7da591e1e4
commit 7c4b177043

View file

@ -311,8 +311,8 @@ reconfigure_bootstrap_pkgs() {
# Reconfigure ca-certificates. # Reconfigure ca-certificates.
msg_normal "Reconfiguring bootstrap packages...\n" msg_normal "Reconfiguring bootstrap packages...\n"
for f in ${pkgs}; do for f in ${pkgs}; do
if xbps-query -r $XBPS_MASTERDIR $f &>/dev/null; then if $XBPS_QUERY_CMD $f &>/dev/null; then
xbps-reconfigure -r $XBPS_MASTERDIR -f $f $XBPS_RECONFIGURE_CMD -f $f
fi fi
done done
touch -f $statefile touch -f $statefile