diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-05-12 16:46:23 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-05-12 16:46:23 +0000 |
commit | 5222a8816374515a266b89f15d64b2d27bd26b4d (patch) | |
tree | a4b5e7944070518d618be0b5cd30d9c373d77111 /chapter06/tar-inst.xml | |
parent | 10aafb427b20f6cd8282ed788976b158dd873229 (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.xml | 3 |
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 &&</userinput> + \</userinput> + <userinput> --bindir=/bin &&</userinput> <userinput>make &&</userinput> <userinput>make install</userinput> </literallayout></blockquote> |