diff options
Diffstat (limited to 'chapter06/findutils-inst.xml')
-rw-r--r-- | chapter06/findutils-inst.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/findutils-inst.xml b/chapter06/findutils-inst.xml index ea032aa63..8f2dba599 100644 --- a/chapter06/findutils-inst.xml +++ b/chapter06/findutils-inst.xml @@ -6,10 +6,10 @@ to be unpacked.</para> <para>Install Findutils by running the following commands:</para> -<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> +<para><screen><userinput>patch -Np1 -i ../findutils-4.1.patch && +./configure --prefix=/usr && +make && +make libexecdir=/usr/bin install</userinput></screen></para> </sect2> |