diff options
Diffstat (limited to 'chapter06/utillinux-inst.xml')
-rw-r--r-- | chapter06/utillinux-inst.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/utillinux-inst.xml b/chapter06/utillinux-inst.xml index 794ce4ffd..eb561b913 100644 --- a/chapter06/utillinux-inst.xml +++ b/chapter06/utillinux-inst.xml @@ -18,8 +18,8 @@ mkdir -p /var/lib/hwclock</userinput></screen></para> <para>Install Util-Linux by running the following commands:</para> <para><screen><userinput>./configure && -make HAVE_SLN=yes ADD_RAW=yes && -make HAVE_SLN=yes ADD_RAW=yes install</userinput></screen></para> +make HAVE_SLN=yes && +make HAVE_SLN=yes install</userinput></screen></para> </sect2> |