diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-01-13 08:44:28 +0000 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-01-13 08:44:28 +0000 |
commit | 02776dffe135111ad7080784e6d00a83f8396bb8 (patch) | |
tree | aefbd76972283fd0aed1007f473a7bc6c4eb3011 /chapter08/util-linux.xml | |
parent | a892a142e5d2e0c3f7a37ff6c28a552f6a7bceb8 (diff) |
use /run for runtime state directories
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12093 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/util-linux.xml')
-rw-r--r-- | chapter08/util-linux.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter08/util-linux.xml b/chapter08/util-linux.xml index 04bd999e3..61e05a6cf 100644 --- a/chapter08/util-linux.xml +++ b/chapter08/util-linux.xml @@ -76,7 +76,8 @@ --disable-runuser \ --disable-pylibmount \ --disable-static \ - --without-python</userinput></screen> + --without-python \ + runstatedir=/run</userinput></screen> <para>The --disable and --without options prevent warnings about building components that require packages not in LFS or are |