correct dir switch

This commit is contained in:
tux 2023-05-07 15:47:00 +02:00
parent 7a24dd9153
commit 690f7e17a5

View File

@ -61,7 +61,7 @@ make install &&
cd .. && cd .. &&
cat gcc/limitx.h gcc/glimits.h gcc/limity.h > \ cat gcc/limitx.h gcc/glimits.h gcc/limity.h > \
`dirname $($LFS_TGT-gcc -print-libgcc-file-name)`/install-tools/include/limits.h && `dirname $($LFS_TGT-gcc -print-libgcc-file-name)`/install-tools/include/limits.h &&
cd ../.. && cd .. &&
rm -rf "$LFS_GCC" && rm -rf "$LFS_GCC" &&
echo "Finished 5.3. ""$LFS_GCC"" - Pass 1" >> build.log echo "Finished 5.3. ""$LFS_GCC"" - Pass 1" >> build.log