mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-11 22:05:23 +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
|
|
@ -8,7 +8,7 @@
|
|||
set -e
|
||||
|
||||
PREFIX=/usr
|
||||
LIBDIR="${PREFIX}/lib/musl"
|
||||
LIBDIR="${PREFIX}/lib/i386-unknown-linux-musl"
|
||||
SOURCES="${PREFIX}/src"
|
||||
DESTDIR=/tmp/destdir
|
||||
DISTFILES=/distfiles
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue