diff options
Diffstat (limited to 'chapter05/fileutils-inst.xml')
-rw-r--r-- | chapter05/fileutils-inst.xml | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/chapter05/fileutils-inst.xml b/chapter05/fileutils-inst.xml index 080ed0efa..3034e700d 100644 --- a/chapter05/fileutils-inst.xml +++ b/chapter05/fileutils-inst.xml @@ -5,15 +5,16 @@ Install Fileutils by running the following commands: </para> -<blockquote><literallayout> - <userinput>./configure --disable-nls \</userinput> - <userinput> --prefix=$LFS/usr --libexecdir=$LFS/bin - --bindir=$LFS/bin &&</userinput> - <userinput>make LDFLAGS=-static &&</userinput> - <userinput>make install &&</userinput> - <userinput>cd $LFS/usr/bin &&</userinput> - <userinput>ln -s ../../bin/install</userinput> -</literallayout></blockquote> +<para><screen> +<userinput>./configure --disable-nls \</userinput> +<userinput> --prefix=$LFS/usr --libexecdir=$LFS/bin +--bindir=$LFS/bin &&</userinput> +<userinput>make LDFLAGS=-static &&</userinput> +<userinput>make install &&</userinput> +<userinput>cd $LFS/usr/bin &&</userinput> +<userinput>ln -s ../../bin/install</userinput> +</screen> +</para> </sect2> |