aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/tar-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/tar-inst.xml')
-rw-r--r--chapter05/tar-inst.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/chapter05/tar-inst.xml b/chapter05/tar-inst.xml
index 50851a19d..c9ae8ca26 100644
--- a/chapter05/tar-inst.xml
+++ b/chapter05/tar-inst.xml
@@ -25,11 +25,10 @@ Install Tar by running the following commands:
<blockquote><literallayout>
<userinput>./configure --prefix=$LFS/usr
--disable-nls \</userinput>
- <userinput>&nbsp;&nbsp;&nbsp;--libexecdir=$LFS/usr/bin &amp;&amp;
- </userinput>
+ <userinput>&nbsp;&nbsp;&nbsp;--libexecdir=$LFS/usr/bin
+ --bindir=$LFS/bin &amp;&amp; </userinput>
<userinput>make LDFLAGS=-static &amp;&amp;</userinput>
- <userinput>make install &amp;&amp;</userinput>
- <userinput>mv $LFS/usr/bin/tar $LFS/bin</userinput>
+ <userinput>make install</userinput>
</literallayout></blockquote>
</sect2>