diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-26 18:47:12 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-26 18:47:12 +0000 |
commit | 07d45745ab33d13fb036c146c7aa1192e61c9ff2 (patch) | |
tree | ebe6d6c71f7fdeaf9f24af9b9ee58ef56709fc12 | |
parent | dcedf5db93d26ec2da294f506106f7c12975fb3e (diff) |
removed 'toplevel directory' part
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1908 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/tar-inst.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter06/tar-inst.xml b/chapter06/tar-inst.xml index 8b1282488..665e69de7 100644 --- a/chapter06/tar-inst.xml +++ b/chapter06/tar-inst.xml @@ -11,8 +11,7 @@ for gzip files).</para> <para><screen><userinput>patch -Np1 -i ../tar-1.13.patch</userinput></screen></para> -<para>Install Tar by running the following commands from the toplevel -directory:</para> +<para>Install Tar by running the following commands:</para> <para><screen><userinput>./configure --prefix=/usr \ --libexecdir=/usr/bin --bindir=/bin && |