diff options
Diffstat (limited to 'chapter06/utillinux-inst.xml')
-rw-r--r-- | chapter06/utillinux-inst.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chapter06/utillinux-inst.xml b/chapter06/utillinux-inst.xml index d75e3387f..9f875eee2 100644 --- a/chapter06/utillinux-inst.xml +++ b/chapter06/utillinux-inst.xml @@ -7,9 +7,7 @@ Install Util-Linux by running the following commands: <blockquote><literallayout> - <userinput>sed -e s/HAVE_SLN=no/HAVE_SLN=yes/ \</userinput> - <userinput> -e s/HAVE_TSORT=no/HAVE_TSORT=yes/ - \</userinput> + <userinput>sed s/HAVE_SLN=no/HAVE_SLN=yes/ \</userinput> <userinput> MCONFIG > MCONFIG~ &&</userinput> <userinput>mv MCONFIG~ MCONFIG &&</userinput> |