mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-17 16:55:25 +01:00
Rename /usr/lib/musl to /usr/lib/i386-unknown-linux-musl
This commit is contained in:
parent
59a13f0d09
commit
4204a180e1
6 changed files with 61 additions and 61 deletions
|
|
@ -11,7 +11,7 @@ set -e
|
|||
# shellcheck disable=SC2154
|
||||
PREFIX="${prefix}"
|
||||
# shellcheck disable=SC2034
|
||||
LIBDIR="${prefix}/lib/musl"
|
||||
LIBDIR="${prefix}/lib/i386-unknown-linux-musl"
|
||||
# shellcheck disable=SC2154
|
||||
SOURCES="${sysa}"
|
||||
DISTFILES="${sysa}/distfiles"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue