diff options
Diffstat (limited to 'chapter05/patch-inst.xml')
-rw-r--r-- | chapter05/patch-inst.xml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/chapter05/patch-inst.xml b/chapter05/patch-inst.xml index b4e13ec63..3442d860b 100644 --- a/chapter05/patch-inst.xml +++ b/chapter05/patch-inst.xml @@ -5,12 +5,13 @@ Install Patch by running the following commands: </para> -<blockquote><literallayout> - <userinput>./configure --prefix=$LFS/usr - &&</userinput> - <userinput>make LDFLAGS=-static &&</userinput> - <userinput>make install</userinput> -</literallayout></blockquote> +<para> +<screen> +<userinput>./configure --prefix=$LFS/usr &&</userinput> +<userinput>make LDFLAGS=-static &&</userinput> +<userinput>make install</userinput> +</screen> +</para> </sect2> |