From 8d9981772a8db1e9a982a71be7a22709a339767f Mon Sep 17 00:00:00 2001 From: fosslinux Date: Sat, 13 Jan 2024 07:49:33 +1100 Subject: [PATCH] Dont remove /usr/include (lol, no idea how this ever worked) --- steps/musl-1.1.24/pass3.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/steps/musl-1.1.24/pass3.sh b/steps/musl-1.1.24/pass3.sh index 6a2342d..6f7c1ae 100755 --- 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 }