diff options
-rw-r--r-- | chapter6/bash.sh | 2 | ||||
-rw-r--r-- | chapter8/bash.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter6/bash.sh b/chapter6/bash.sh index 9251a89..7d080f2 100644 --- a/chapter6/bash.sh +++ b/chapter6/bash.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -patch -Np1 -i ../bash-"${VERSION}"-fixes-1.patch && +patch -Np1 -i ../bash-"${VERSION}"-fixes-2.patch && ./configure --prefix=/usr \ --build="$(support/config.guess)" \ --host="${LFS_TGT}" \ diff --git a/chapter8/bash.sh b/chapter8/bash.sh index 92402e5..96d3db1 100644 --- a/chapter8/bash.sh +++ b/chapter8/bash.sh @@ -1,7 +1,7 @@ #!/bin/bash # shellcheck disable=SC2016 -patch -Np1 -i ../bash-"${VERSION}"-fixes-1.patch && +patch -Np1 -i ../bash-"${VERSION}"-fixes-2.patch && sed -i '/^bashline.o:.*shmbchar.h/a bashline.o: ${DEFDIR}/builtext.h' Makefile.in && |