use correct file path

This commit is contained in:
tux 2024-09-17 17:27:32 +02:00
parent 68e47beb53
commit a0f8078969

View File

@ -378,7 +378,7 @@ echo "Starting 8.17 ""$LFS_EXPECT""" >> build.log
tar xf "$LFS_EXPECT".tar.gz &&
cd "$LFS_EXPECT" &&
patch -Np1 -i ../$LFS_EXPECT-gcc14-1.patch &&
patch -Np1 -i ../expect-5.45.4-gcc14-1.patch &&
./configure --prefix=/usr \
--with-tcl=/usr/lib \
--enable-shared \