aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/shellutils-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/shellutils-inst.xml')
-rw-r--r--chapter05/shellutils-inst.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/chapter05/shellutils-inst.xml b/chapter05/shellutils-inst.xml
index 5c65eefc7..3da0e0b18 100644
--- a/chapter05/shellutils-inst.xml
+++ b/chapter05/shellutils-inst.xml
@@ -6,7 +6,6 @@ Install Shellutils by running the following commands:
</para>
<blockquote><literallayout>
-
<userinput>./configure --prefix=$LFS/usr
--disable-nls &amp;&amp;</userinput>
<userinput>make LDFLAGS=-static &amp;&amp;</userinput>
@@ -14,7 +13,6 @@ Install Shellutils by running the following commands:
<userinput>cd $LFS/usr/bin &amp;&amp;</userinput>
<userinput>mv date echo false pwd stty $LFS/bin &amp;&amp;</userinput>
<userinput>mv su true uname hostname $LFS/bin</userinput>
-
</literallayout></blockquote>
</sect2>