diff options
Diffstat (limited to 'chapter05/shellutils-inst.xml')
-rw-r--r-- | chapter05/shellutils-inst.xml | 2 |
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 &&</userinput> <userinput>make LDFLAGS=-static &&</userinput> @@ -14,7 +13,6 @@ Install Shellutils by running the following commands: <userinput>cd $LFS/usr/bin &&</userinput> <userinput>mv date echo false pwd stty $LFS/bin &&</userinput> <userinput>mv su true uname hostname $LFS/bin</userinput> - </literallayout></blockquote> </sect2> |