mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
Merge pull request #6920 from ebfe/update-check-broken
xbps-src: allow update-check for broken packages
This commit is contained in:
commit
53b23212f2
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