From c68f7b9c35247cc1233f933783cf06d3d8756839 Mon Sep 17 00:00:00 2001 From: tux Date: Wed, 17 May 2023 17:19:49 +0200 Subject: [PATCH] wrong extension --- chap8p1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chap8p1.sh b/chap8p1.sh index 0c9ad06..69b057b 100644 --- a/chap8p1.sh +++ b/chap8p1.sh @@ -363,7 +363,7 @@ echo "Finished 8.20 ""$LFS_MPFR""" >> build.log && echo "$LFS_MPFR" >> /installed.txt echo "8.21 ""$LFS_MPC""" -tar xf "$LFS_MPC".tar,gz && +tar xf "$LFS_MPC".tar.gz && cd "$LFS_MPC" && ./configure --prefix=/usr \ --disable-static \