diff options
author | Thomas Trepl (Moody) <thomas@linuxfromscratch.org> | 2022-11-16 08:46:22 +0100 |
---|---|---|
committer | Thomas Trepl (Moody) <thomas@linuxfromscratch.org> | 2022-11-16 08:46:22 +0100 |
commit | b9721fd7f0d36e8067a40176a512c675469e8a2b (patch) | |
tree | 1eae6473775af14385fa274fbf904e763589b9fc /chapter08/util-linux.xml | |
parent | 89c3f71df23eb45ecb20037102a730f0e32ce79f (diff) |
Fix type (replace a / by a \ as line continue maker)
Diffstat (limited to 'chapter08/util-linux.xml')
-rw-r--r-- | chapter08/util-linux.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/util-linux.xml b/chapter08/util-linux.xml index 3e54a2c84..7648d2a7f 100644 --- a/chapter08/util-linux.xml +++ b/chapter08/util-linux.xml @@ -58,7 +58,7 @@ --disable-static \ --without-python \ --without-systemd \ - --without-systemdsystemunitdir / + --without-systemdsystemunitdir \ --docdir=/usr/share/doc/util-linux-&util-linux-version;</userinput></screen> <screen revision="systemd"><userinput remap="configure">./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \ |