diff options
Diffstat (limited to 'chapter05/textutils-inst.xml')
-rw-r--r-- | chapter05/textutils-inst.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chapter05/textutils-inst.xml b/chapter05/textutils-inst.xml index 2fe91620c..c21d6cd53 100644 --- a/chapter05/textutils-inst.xml +++ b/chapter05/textutils-inst.xml @@ -6,13 +6,11 @@ Install Textutils by running the following commands: </para> <blockquote><literallayout> - <userinput>./configure --prefix=$LFS/usr --disable-nls &&</userinput> <userinput>make LDFLAGS=-static &&</userinput> <userinput>make install &&</userinput> <userinput>mv $LFS/usr/bin/cat $LFS/bin</userinput> - </literallayout></blockquote> </sect2> |