diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-04-17 01:42:24 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-04-17 01:42:24 +0000 |
commit | 592fb7ce49358c074a599b53d54d1a8a5585d18d (patch) | |
tree | 94fe4fdd19ac749d81e638606e66445c0fef6992 /chapter06/utillinux-inst.xml | |
parent | def1992ae3fce74940e869017821eabee5273631 (diff) |
Added
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@530 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/utillinux-inst.xml')
-rw-r--r-- | chapter06/utillinux-inst.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/utillinux-inst.xml b/chapter06/utillinux-inst.xml index 80484c9f1..905380146 100644 --- a/chapter06/utillinux-inst.xml +++ b/chapter06/utillinux-inst.xml @@ -12,7 +12,8 @@ Install Util-Linux by running the following commands: <userinput>mv MCONFIG~ MCONFIG &&</userinput> <userinput>sed "s|etc/adjtime\"\$|var/lib/hwclock/adjtime\"|" \ </userinput> - <userinput>hwclock/hwclock.c > hwclock~ &&</userinput> + <userinput> hwclock/hwclock.c > hwclock~ + &&</userinput> <userinput>mv hwclock~ hwclock/hwclock.c &&</userinput> <userinput>./configure &&</userinput> <userinput>make &&</userinput> |