diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-01-27 21:57:21 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-01-27 21:57:21 +0000 |
commit | 8f8e328ca649ec166a9f6ba7dc3cee09e2b8cda5 (patch) | |
tree | c27306077af51567d0b533407c8487e4ce2503a1 | |
parent | 558cb8a4362c21ac85a8af645b7ef53aa8fba2f5 (diff) |
missing colon
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2402 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter05/bash-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/bash-inst.xml b/chapter05/bash-inst.xml index f58cbe77d..6fc5fc1ac 100644 --- a/chapter05/bash-inst.xml +++ b/chapter05/bash-inst.xml @@ -33,7 +33,7 @@ following command:</para> causes the <userinput>bash</userinput> program to be statically linked.</para></listitem> -<listitem><para><userinput>--prefix=$LFS/static</userinput> This option +<listitem><para><userinput>--prefix=$LFS/static:</userinput> This option installs all of Bash's files under the $LFS/static directory, which becomes the /static directory when chroot'ed or reboot'ed into LFS.</para></listitem> |