mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-07 11:55:23 +01:00
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.
This commit is contained in:
parent
06cc74fe01
commit
6d19fc093e
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue