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