diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-07-10 16:05:29 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-07-10 16:05:29 +0000 |
commit | 27f5d3be8d9cb2e3598af92f72f204d4969b6f59 (patch) | |
tree | db4527febb9f659ccee82c5df3387d13112f2664 /chapter06/tar-inst.xml | |
parent | 6927f6d9353834f7c126bf4ccb61b5851d584835 (diff) |
Fix indentation+line breaks
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@774 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/tar-inst.xml')
-rw-r--r-- | chapter06/tar-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/tar-inst.xml b/chapter06/tar-inst.xml index 9473d3189..a70a2c553 100644 --- a/chapter06/tar-inst.xml +++ b/chapter06/tar-inst.xml @@ -29,7 +29,7 @@ directory: <para> <screen> <userinput>./configure --prefix=/usr --libexecdir=/usr/bin \</userinput> - <userinput>--bindir=/bin &&</userinput> +<userinput> --bindir=/bin &&</userinput> <userinput>make &&</userinput> <userinput>make install</userinput> </screen> |