From 22c89bdaffe808839193af96247180f8a0ce2c0b Mon Sep 17 00:00:00 2001 From: Simon Perreault Date: Tue, 17 Apr 2001 00:24:53 +0000 Subject: FHS compliance, step 1. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@526 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/utillinux-inst.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'chapter06/utillinux-inst.xml') diff --git a/chapter06/utillinux-inst.xml b/chapter06/utillinux-inst.xml index b6652e8b4..80484c9f1 100644 --- a/chapter06/utillinux-inst.xml +++ b/chapter06/utillinux-inst.xml @@ -10,9 +10,14 @@ Install Util-Linux by running the following commands:    MCONFIG > MCONFIG~ && mv MCONFIG~ MCONFIG && + sed "s|etc/adjtime\"\$|var/lib/hwclock/adjtime\"|" \ + + hwclock/hwclock.c > hwclock~ && + mv hwclock~ hwclock/hwclock.c && ./configure && make && - make install + make install && + mkdir /var/lib/hwclock -- cgit v1.2.3-54-g00ecf