diff --git a/chapter06/utillinux-inst.xml b/chapter06/utillinux-inst.xml index f562f1715..4057e767f 100644 --- a/chapter06/utillinux-inst.xml +++ b/chapter06/utillinux-inst.xml @@ -17,12 +17,9 @@ util-linux package, FHS-compliant, run the following. Install Util-Linux by running the following commands: -sed s/HAVE_SLN=no/HAVE_SLN=yes/ \ -   MCONFIG > MCONFIG~ && -mv MCONFIG~ MCONFIG && -./configure && -make ADD_RAW=yes && -make ADD_RAW=yes install +./configure && +make HAVE_SLN=yes ADD_RAW=yes && +make HAVE_SLN=yes ADD_RAW=yes install