From 2c084cdd2a41b524ca15609111ab4499cc82aed6 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Tue, 23 Mar 2021 14:16:09 -0500 Subject: Add missing '/'. --- chapter5/gcc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter5/gcc.sh b/chapter5/gcc.sh index ccc9630..52079a4 100644 --- a/chapter5/gcc.sh +++ b/chapter5/gcc.sh @@ -41,4 +41,4 @@ make -j1 install && cd .. cat gcc/limitx.h gcc/glimits.h gcc/limity.h > \ - "$(dirname "$("${LFS_TGT}"-gcc -print-libgcc-file-name)")"install-tools/include/limits.h + "$(dirname "$("${LFS_TGT}"-gcc -print-libgcc-file-name)")"/install-tools/include/limits.h -- cgit v1.2.3-54-g00ecf From 114151816861b205206665fdf27bf3946b7b8a7f Mon Sep 17 00:00:00 2001 From: William Harrington Date: Tue, 23 Mar 2021 14:41:28 -0500 Subject: Add new line at end of inside chroot message. --- insidechroot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/insidechroot.sh b/insidechroot.sh index 0364198..2be9f05 100644 --- a/insidechroot.sh +++ b/insidechroot.sh @@ -2,4 +2,4 @@ source /sources/colors.sh -printf "%b" "${GRN}Successfully entered ${RED}CHROOT${RST}!" +printf "%b" "${GRN}Successfully entered ${RED}CHROOT${RST}!\n" -- cgit v1.2.3-54-g00ecf