mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
xbps-src: allow update-check for broken packages
This commit is contained in:
parent
cba8baa318
commit
31db228f9b
1 changed files with 1 additions and 1 deletions
2
xbps-src
2
xbps-src
|
@ -777,7 +777,7 @@ case "$XBPS_TARGET" in
|
||||||
bulk_update -i
|
bulk_update -i
|
||||||
;;
|
;;
|
||||||
update-check)
|
update-check)
|
||||||
read_pkg
|
read_pkg ignore-broken
|
||||||
update_check
|
update_check
|
||||||
;;
|
;;
|
||||||
update-hash-cache)
|
update-hash-cache)
|
||||||
|
|
Loading…
Add table
Reference in a new issue