From 592fb7ce49358c074a599b53d54d1a8a5585d18d Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Tue, 17 Apr 2001 01:42:24 +0000 Subject: [PATCH] Added   git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@530 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/utillinux-inst.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: mv MCONFIG~ MCONFIG && sed "s|etc/adjtime\"\$|var/lib/hwclock/adjtime\"|" \ - hwclock/hwclock.c > hwclock~ && +    hwclock/hwclock.c > hwclock~ + && mv hwclock~ hwclock/hwclock.c && ./configure && make &&