diff options
author | Ken Moffat <ken@linuxfromscratch.org> | 2014-08-10 18:20:39 +0000 |
---|---|---|
committer | Ken Moffat <ken@linuxfromscratch.org> | 2014-08-10 18:20:39 +0000 |
commit | e2b5ce5cca4ef095f6382361f0e8ec63185c51d9 (patch) | |
tree | 53cfbe285e2db9f39eed139f4bb1a70b19675367 /chapter06/util-linux.xml | |
parent | 64aca40f522861b80d5bba7fd11b165839a46fa7 (diff) |
Fix hwclock
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10687 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/util-linux.xml')
-rw-r--r-- | chapter06/util-linux.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml index 1b90d4995..dbcea0791 100644 --- a/chapter06/util-linux.xml +++ b/chapter06/util-linux.xml @@ -57,7 +57,7 @@ <para>Prepare Util-linux for compilation:</para> -<screen><userinput remap="configure">./configure ADJTIME_PATH=/var/lib/hwclock \ +<screen><userinput remap="configure">./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \ --docdir=/usr/share/doc/util-linx-&util-linux-version;</userinput></screen> <para>Compile the package:</para> |