diff options
author | Simon Perreault <nomis80@videotron.ca> | 2001-04-17 00:24:53 +0000 |
---|---|---|
committer | Simon Perreault <nomis80@videotron.ca> | 2001-04-17 00:24:53 +0000 |
commit | 22c89bdaffe808839193af96247180f8a0ce2c0b (patch) | |
tree | 0479a7b407c5efd5545e27cbb80499107f92e6fa /chapter06/utillinux-inst.xml | |
parent | 0c21363e1030e33860c7b8c3127bf43db97dfb6b (diff) |
FHS compliance, step 1.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@526 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/utillinux-inst.xml')
-rw-r--r-- | chapter06/utillinux-inst.xml | 7 |
1 files changed, 6 insertions, 1 deletions
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: <userinput> MCONFIG > MCONFIG~ &&</userinput> <userinput>mv MCONFIG~ MCONFIG &&</userinput> + <userinput>sed "s|etc/adjtime\"\$|var/lib/hwclock/adjtime\"|" \ + </userinput> + <userinput>hwclock/hwclock.c > hwclock~ &&</userinput> + <userinput>mv hwclock~ hwclock/hwclock.c &&</userinput> <userinput>./configure &&</userinput> <userinput>make &&</userinput> - <userinput>make install</userinput> + <userinput>make install &&</userinput> + <userinput>mkdir /var/lib/hwclock</userinput> </literallayout></blockquote> </sect2> |