aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/tar-inst.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-05-12 16:46:23 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-05-12 16:46:23 +0000
commit5222a8816374515a266b89f15d64b2d27bd26b4d (patch)
treea4b5e7944070518d618be0b5cd30d9c373d77111 /chapter06/tar-inst.xml
parent10aafb427b20f6cd8282ed788976b158dd873229 (diff)
split the ./configure command up in two lines
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@622 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/tar-inst.xml')
-rw-r--r--chapter06/tar-inst.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/tar-inst.xml b/chapter06/tar-inst.xml
index 83f3d6aef..6d8e084a0 100644
--- a/chapter06/tar-inst.xml
+++ b/chapter06/tar-inst.xml
@@ -26,7 +26,8 @@ directory:
<blockquote><literallayout>
<userinput>./configure --prefix=/usr --libexecdir=/usr/bin
- --bindir=/bin &amp;&amp;</userinput>
+ \</userinput>
+ <userinput>&nbsp;&nbsp;&nbsp;--bindir=/bin &amp;&amp;</userinput>
<userinput>make &amp;&amp;</userinput>
<userinput>make install</userinput>
</literallayout></blockquote>