Skip to content

Commit

Permalink
build/bin/write-dockerfile.s: Use xbps-query -R to check whether a pa…
Browse files Browse the repository at this point in the history
…ckage exists in the repo
  • Loading branch information
mkoeppe committed Dec 31, 2023
1 parent 4a429fb commit 53c9aa8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/bin/write-dockerfile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,8 @@ EOF
ENDRUN=\'
;;
void*)
# https://hub.docker.com/r/voidlinux/masterdir-x86_64-musl
UPDATE="xbps-install -Suy &&"
EXISTS="xbps-query"
EXISTS="xbps-query -R"
INSTALL="xbps-install --yes"
;;
opensuse*)
Expand Down

0 comments on commit 53c9aa8

Please sign in to comment.