diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-06-28 18:48:47 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-06-28 18:48:47 +0000 |
commit | bf0b67e6ef51d7be3f4ce4ad1278aa2f490444c7 (patch) | |
tree | d9c5592d46a477194bafbf14d3732e4117089e34 | |
parent | 4f0993a727382c110ea46ded85f51680e14465f6 (diff) |
cosmetic xml file change
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@726 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | Attic/appendixc/e2fsprogs.xml | 2 | ||||
-rw-r--r-- | chapter05/bash-inst.xml | 3 | ||||
-rw-r--r-- | chapter05/fileutils-inst.xml | 2 |
3 files changed, 5 insertions, 2 deletions
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;): <ulink url="ftp://download.sourceforge.net/pub/sourceforge/e2fsprogs/"> ftp://download.sourceforge.net/pub/sourceforge/e2fsprogs/</ulink> +<ulink url="http://download.sourceforge.net/e2fsprogs/"> +http://download.sourceforge.net/e2fsprogs/</ulink> 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: </para> <blockquote><literallayout> - <userinput>./configure --enable-static-link --prefix=$LFS/usr \</userinput> + <userinput>./configure --enable-static-link --prefix=$LFS/usr + \</userinput> <userinput> --bindir=$LFS/bin --with-curses &&</userinput> <userinput>make &&</userinput> 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: <blockquote><literallayout> <userinput>./configure --disable-nls \</userinput> - <userinput>--prefix=$LFS/usr --libexecdir=$LFS/bin + <userinput> --prefix=$LFS/usr --libexecdir=$LFS/bin --bindir=$LFS/bin &&</userinput> <userinput>make LDFLAGS=-static &&</userinput> <userinput>make install &&</userinput> |