mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
xbps-src: fix reconfiguration of bootstrap pkgs.
This commit is contained in:
parent
1fc6aea821
commit
ba4c05aa00
1 changed files with 2 additions and 2 deletions
4
xbps-src
4
xbps-src
|
@ -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_CMD $f &>/dev/null; then
|
if xbps-query -r $XBPS_MASTERDIR $f &>/dev/null; then
|
||||||
$XBPS_RECONFIGURE_CMD -f $f
|
xbps-reconfigure -r $XBPS_MASTERDIR -f $f
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
touch -f $statefile
|
touch -f $statefile
|
||||||
|
|
Loading…
Add table
Reference in a new issue