missing extension

This commit is contained in:
tux 2023-05-18 00:27:04 +02:00
parent 50f72c964c
commit 77dc47cfbc

View File

@ -546,7 +546,7 @@ echo "Finished 8.67 ""$LFS_TAR""" >> build.log &&
echo "$LFS_TAR" >> /installed.txt
echo "8.68 ""$LFS_TEXINFO"""
tar xf "$LFS_TEXINFO" &&
tar xf "$LFS_TEXINFO".tar.xz &&
cd "$LFS_TEXINFO" &&
./configure --prefix=/usr &&
make &&