diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-11-15 00:31:18 -0600 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-11-15 00:31:18 -0600 |
commit | 89c3f71df23eb45ecb20037102a730f0e32ce79f (patch) | |
tree | fcaf05591ed8161768ed5d885017d480b6048de2 /chapter08 | |
parent | 8ffb2771fe68a32357879afdafa3b9d0d63b97ce (diff) |
Tidy up some spacing issues
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/dbus.xml | 2 | ||||
-rw-r--r-- | chapter08/procps.xml | 10 | ||||
-rw-r--r-- | chapter08/util-linux.xml | 12 |
3 files changed, 12 insertions, 12 deletions
diff --git a/chapter08/dbus.xml b/chapter08/dbus.xml index 9845c7431..71a93e5cb 100644 --- a/chapter08/dbus.xml +++ b/chapter08/dbus.xml @@ -55,7 +55,7 @@ --disable-static \ --disable-doxygen-docs \ --disable-xml-docs \ - --docdir=/usr/share/doc/dbus-&dbus-version; \ + --docdir=/usr/share/doc/dbus-&dbus-version; \ --with-system-socket=/run/dbus/system_bus_socket</userinput></screen> <variablelist> diff --git a/chapter08/procps.xml b/chapter08/procps.xml index a78f7fa90..dbc78213c 100644 --- a/chapter08/procps.xml +++ b/chapter08/procps.xml @@ -42,15 +42,15 @@ <para>Prepare procps-ng for compilation:</para> -<screen revision="sysv"><userinput remap="configure">./configure --prefix=/usr \ +<screen revision="sysv"><userinput remap="configure">./configure --prefix=/usr \ --docdir=/usr/share/doc/procps-ng-&procps-ng-version; \ - --disable-static \ + --disable-static \ --disable-kill</userinput></screen> -<screen revision="systemd"><userinput remap="configure">./configure --prefix=/usr \ +<screen revision="systemd"><userinput remap="configure">./configure --prefix=/usr \ --docdir=/usr/share/doc/procps-ng-&procps-ng-version; \ - --disable-static \ - --disable-kill \ + --disable-static \ + --disable-kill \ --with-systemd</userinput></screen> <variablelist> diff --git a/chapter08/util-linux.xml b/chapter08/util-linux.xml index 269f564e2..3e54a2c84 100644 --- a/chapter08/util-linux.xml +++ b/chapter08/util-linux.xml @@ -44,11 +44,10 @@ <para>Prepare Util-linux for compilation:</para> -<screen revision="sysv"><userinput remap="configure">./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \ +<screen revision="sysv"><userinput remap="configure">./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \ --bindir=/usr/bin \ --libdir=/usr/lib \ --sbindir=/usr/sbin \ - --docdir=/usr/share/doc/util-linux-&util-linux-version; \ --disable-chfn-chsh \ --disable-login \ --disable-nologin \ @@ -59,13 +58,13 @@ --disable-static \ --without-python \ --without-systemd \ - --without-systemdsystemunitdir</userinput></screen> + --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 \ +<screen revision="systemd"><userinput remap="configure">./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \ --bindir=/usr/bin \ --libdir=/usr/lib \ --sbindir=/usr/sbin \ - --docdir=/usr/share/doc/util-linux-&util-linux-version; \ --disable-chfn-chsh \ --disable-login \ --disable-nologin \ @@ -74,7 +73,8 @@ --disable-runuser \ --disable-pylibmount \ --disable-static \ - --without-python</userinput></screen> + --without-python \ + --docdir=/usr/share/doc/util-linux-&util-linux-version;</userinput></screen> <para>The --disable and --without options prevent warnings about building components that require packages not in LFS or are |