logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>
commit: 8d9981772a8db1e9a982a71be7a22709a339767f
parent 62ce1b0c1e76bde491006ab00e1d15013af92a0b
Author: fosslinux <fosslinux@aussies.space>
Date:   Sat, 13 Jan 2024 07:49:33 +1100

Dont remove /usr/include

(lol, no idea how this ever worked)

Diffstat:

Msteps/musl-1.1.24/pass3.sh1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/steps/musl-1.1.24/pass3.sh b/steps/musl-1.1.24/pass3.sh @@ -28,6 +28,5 @@ src_compile() { } src_install() { - rm -rf "${PREFIX}/include" make PREFIX="${PREFIX}" DESTDIR="${DESTDIR}" install }