From 865bdb44351bf25f1a263bb4b8b60836d06b771e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Guilherme=20Bergamini=20Mendes?= Date: Thu, 17 Sep 2020 10:19:18 -0300 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b664fd2..47cc403 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Source the file: source .bashrc ``` -Download all the packages and extract them to $LFS/sources. +Download all the packages and extract them to $LFS/sources. The tcl package must be renamed in order to work with the scripts that will follow. ``` cd $LFS @@ -52,6 +52,7 @@ cp //lfs-packages-10.0.tar . tar xf lfs-packages-10.0.tar mv 10.0 sources chmod -v a+wt $LFS/sources +mv $LFS/sources/tcl8.6.10-src.tar.gz $LFS/sources/tcl8.6.10.tar.gz ``` Create the basic filesystem for LFS: