diff options
Diffstat (limited to 'chapter06/findutils-inst.xml')
-rw-r--r-- | chapter06/findutils-inst.xml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/chapter06/findutils-inst.xml b/chapter06/findutils-inst.xml index cfb308bfb..167930c3a 100644 --- a/chapter06/findutils-inst.xml +++ b/chapter06/findutils-inst.xml @@ -9,12 +9,14 @@ Before Findutils is installed the findutils patch file has to be unpacked. Install Findutils by running the following commands: </para> -<blockquote><literallayout> - <userinput>patch -Np1 -i ../findutils-4.1.patch &&</userinput> - <userinput>./configure --prefix=/usr &&</userinput> - <userinput>make &&</userinput> - <userinput>make libexecdir=/usr/bin install</userinput> -</literallayout></blockquote> +<para> +<screen> +<userinput>patch -Np1 -i ../findutils-4.1.patch &&</userinput> +<userinput>./configure --prefix=/usr &&</userinput> +<userinput>make &&</userinput> +<userinput>make libexecdir=/usr/bin install</userinput> +</screen> +</para> </sect2> |