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
|
|
@ -43,7 +43,7 @@ src_compile() {
|
|||
# Specify timeout to avoid non-reproducibility
|
||||
./configure \
|
||||
--prefix="${FINALPREFIX}" \
|
||||
--libdir="${FINALPREFIX}/lib/musl" \
|
||||
--libdir="${FINALPREFIX}/lib/i386-unknown-linux-musl" \
|
||||
--disable-shared \
|
||||
--enable-timeout=15
|
||||
touch doc/agdoc.texi # build later
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
/usr/lib/musl
|
||||
/usr/lib/i386-unknown-linux-musl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue