From 50f72c964c2c3710de2310cea9fa78836277b28d Mon Sep 17 00:00:00 2001 From: tux Date: Thu, 18 May 2023 00:25:46 +0200 Subject: [PATCH] missing extension --- chap8p2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chap8p2.sh b/chap8p2.sh index 518c626..94ea714 100644 --- a/chap8p2.sh +++ b/chap8p2.sh @@ -332,7 +332,7 @@ echo "Finished 8.52 ""$LFS_NINJA""" >> build.log && echo "$LFS_NINJA" >> /installed.txt echo "8.53 ""$LFS_MESON""" -tar xf "$LFS_MESON" && +tar xf "$LFS_MESON".tar.gz && cd "$LFS_MESON" && pip3 wheel -w dist --no-build-isolation --no-deps $PWD && pip3 install --no-index --find-links dist meson &&