commit: 6d19fc093e7abc4f08157b1282081ed4983a70b3
parent 06cc74fe015c5684a4a1166a8b788f76f5b0ef86
Author: fosslinux <fosslinux@aussies.space>
Date: Fri, 14 Jan 2022 21:59:24 +1100
Fix a strange bug occuring in linux-headers
Only seems to occur in some terminals, as a result of mes libc bash, and
only when using DESTDIR. Not sure what the trigger is.
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/sysa/run.sh b/sysa/run.sh
@@ -221,7 +221,10 @@ build autoconf-2.64
build gcc-4.0.4 pass1.sh checksums/pass1
+# This hack fixes a strange bug in mes libc bash
+set -x
build linux-headers-5.10.41 '' '' '' linux-5.10.41
+set +x
build musl-1.2.2