xbps-src: allow show of broken pkgs
This commit is contained in:
parent
0dfdd7c1dd
commit
7c9d1f61b0
2 changed files with 4 additions and 4 deletions
4
xbps-src
4
xbps-src
|
@ -370,7 +370,7 @@ read_pkg() {
|
|||
[ ! -r ./template ] && msg_error "missing build template in $(pwd).\n"
|
||||
XBPS_TARGET_PKG=$(basename_cwd)
|
||||
fi
|
||||
setup_pkg $XBPS_TARGET_PKG $XBPS_CROSS_BUILD
|
||||
setup_pkg "$XBPS_TARGET_PKG" "$XBPS_CROSS_BUILD" "$1"
|
||||
}
|
||||
|
||||
setup_distfiles_mirror() {
|
||||
|
@ -714,7 +714,7 @@ case "$XBPS_TARGET" in
|
|||
purge_distfiles
|
||||
;;
|
||||
show)
|
||||
read_pkg
|
||||
read_pkg ignore-broken
|
||||
show_pkg
|
||||
;;
|
||||
show-avail)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue