diff options
Diffstat (limited to 'chapter07/util-linux.xml')
-rw-r--r-- | chapter07/util-linux.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter07/util-linux.xml b/chapter07/util-linux.xml index 9adf2995c..2f88e7d5f 100644 --- a/chapter07/util-linux.xml +++ b/chapter07/util-linux.xml @@ -53,6 +53,7 @@ <screen><userinput remap="configure">./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \ --libdir=/usr/lib \ + --runstatedir=/run \ --docdir=/usr/share/doc/util-linux-&util-linux-version; \ --disable-chfn-chsh \ --disable-login \ @@ -62,8 +63,7 @@ --disable-runuser \ --disable-pylibmount \ --disable-static \ - --without-python \ - runstatedir=/run</userinput></screen> + --without-python</userinput></screen> <variablelist> <title>The meaning of the configure options:</title> |