diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-09-23 02:22:53 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-09-23 02:22:53 +0000 |
commit | 838d1353fe07bd8bb65eb69453c17045ee5cdc88 (patch) | |
tree | 1e5f9f88e496040aacad66376ff473150fe8f6f4 /chapter05 | |
parent | 42f94e71beb2979a30e38f741047bf2db650f377 (diff) |
grammar fix
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1253 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/bash-exp.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter05/bash-exp.xml b/chapter05/bash-exp.xml index 949e22ab8..689ab7ed7 100644 --- a/chapter05/bash-exp.xml +++ b/chapter05/bash-exp.xml @@ -6,8 +6,7 @@ option causes Bash to be linked statically</para> <para><userinput>--prefix=$LFS/usr:</userinput> This configure option installs all of Bash's files under the $LFS/usr directory, which becomes the /usr -directory after the user chroot'ed into $LFS or when he rebooted -the system into LFS.</para> +directory when chroot'ed or reboot'ed into LFS.</para> <para><userinput>--bindir=$LFS/bin:</userinput> This installs the executable files in $LFS/bin. We do this because we want bash to be in /bin, not in |