This commit is contained in:
teldra 2023-06-13 09:04:08 +02:00
parent f3dc5ee33a
commit 33bb77177d
1 changed files with 1 additions and 0 deletions

View File

@ -282,6 +282,7 @@ do_install() {
if grep -q musl <<< $(ldd /bin/ls); then
export XBPS_ARCH="x86_64-musl"
REPO="${REPO}/musl"
else
export XBPS_ARCH="x86_64"
fi