From c11f07491f1030950c1217b5cbb8963d457ce7dd Mon Sep 17 00:00:00 2001 From: tux Date: Mon, 8 May 2023 21:15:46 +0200 Subject: [PATCH] too tired? --- chap8p1.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chap8p1.sh b/chap8p1.sh index 6a7bd11..36a36d8 100644 --- a/chap8p1.sh +++ b/chap8p1.sh @@ -589,7 +589,7 @@ install -d -m755 /usr/share/doc/sed-4.9 && install -m644 doc/sed.html /usr/share/doc/sed-4.9 && cd .. && rm -rf "$LFS_SED" && -echo "Finished 8.29 ""$LFS_SED""" >> build.txt && +echo "Finished 8.29 ""$LFS_SED""" >> build.log && echo "$LFS_SED" >> /installed.txt echo "8.30 ""$LFS_PSMISC""" @@ -600,7 +600,7 @@ make && make install && cd .. && rm -rf "$LFS_PSMISC" && -echo "Finished 8.30 ""$LFS_PSMISC""" >> build.txt && +echo "Finished 8.30 ""$LFS_PSMISC""" >> build.log && echo "$LFS_PSMISC" >> /installed.txt echo "8.31 ""$LFS_GETTEXT"""