diff options
Diffstat (limited to 'chapter06/fileutils-inst.xml')
-rw-r--r-- | chapter06/fileutils-inst.xml | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/chapter06/fileutils-inst.xml b/chapter06/fileutils-inst.xml index aa882500c..4374d77b7 100644 --- a/chapter06/fileutils-inst.xml +++ b/chapter06/fileutils-inst.xml @@ -1,18 +1,12 @@ <sect2> <title>Installation of Fileutils</title> -<para> -Install Fileutils by running the following commands: -</para> +<para>Install Fileutils by running the following commands:</para> -<para> -<screen> -<userinput>./configure --prefix=/usr --bindir=/bin \</userinput> +<para><screen><userinput>./configure --prefix=/usr --bindir=/bin \</userinput> <userinput> --libexecdir=/bin &&</userinput> <userinput>make &&</userinput> -<userinput>make install</userinput> -</screen> -</para> +<userinput>make install</userinput></screen></para> </sect2> |