logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>
commit: 5f7ae7d964d7b6cb51f3b2c13b326a3aa6ebb5e2
parent 73b8916e1f6e813103fca4958f71ea8a3a46c837
Author: fosslinux <fosslinux@aussies.space>
Date:   Thu,  2 Feb 2023 21:40:02 +1100

Fix LIBDIR before musl built

Strictly, LIBDIR=/usr/lib/mes pre-musl.

Diffstat:

Msysa/run.sh6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/sysa/run.sh b/sysa/run.sh @@ -10,8 +10,7 @@ set -e # shellcheck disable=SC2154 PREFIX="${prefix}" -# shellcheck disable=SC2034 -LIBDIR="${prefix}/lib/i386-unknown-linux-musl" +LIBDIR="${PREFIX}/lib/mes" # shellcheck disable=SC2154 SOURCES="${sysa}" DISTFILES="${sysa}/distfiles" @@ -105,6 +104,9 @@ build flex-2.5.11 # Rebuild tcc with some patches build tcc-0.9.27 tcc-mes-pass2.sh +# shellcheck disable=SC2034 +LIBDIR="${PREFIX}/lib/i386-unknown-linux-musl" + build musl-1.1.24 # Rebuild tcc using musl