diff --git a/Attic/appendixc/e2fsprogs.xml b/Attic/appendixc/e2fsprogs.xml index 613b16bbf..63baded7c 100644 --- a/Attic/appendixc/e2fsprogs.xml +++ b/Attic/appendixc/e2fsprogs.xml @@ -1,4 +1,6 @@ E2fsprogs (&e2fsprogs-version;): ftp://download.sourceforge.net/pub/sourceforge/e2fsprogs/ + +http://download.sourceforge.net/e2fsprogs/ diff --git a/chapter05/bash-inst.xml b/chapter05/bash-inst.xml index 16b7328ad..a5d4420b8 100644 --- a/chapter05/bash-inst.xml +++ b/chapter05/bash-inst.xml @@ -6,7 +6,8 @@ Install Bash by running the following commands:
- ./configure --enable-static-link --prefix=$LFS/usr \ + ./configure --enable-static-link --prefix=$LFS/usr + \    --bindir=$LFS/bin --with-curses && make && diff --git a/chapter05/fileutils-inst.xml b/chapter05/fileutils-inst.xml index e14285b46..080ed0efa 100644 --- a/chapter05/fileutils-inst.xml +++ b/chapter05/fileutils-inst.xml @@ -7,7 +7,7 @@ Install Fileutils by running the following commands:
./configure --disable-nls \ - --prefix=$LFS/usr --libexecdir=$LFS/bin +    --prefix=$LFS/usr --libexecdir=$LFS/bin --bindir=$LFS/bin && make LDFLAGS=-static && make install &&