From 89c3f71df23eb45ecb20037102a730f0e32ce79f Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Tue, 15 Nov 2022 00:31:18 -0600 Subject: Tidy up some spacing issues --- chapter08/dbus.xml | 2 +- chapter08/procps.xml | 10 +++++----- chapter08/util-linux.xml | 12 ++++++------ 3 files changed, 12 insertions(+), 12 deletions(-) (limited to 'chapter08') 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 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 @@ Prepare procps-ng for compilation: -./configure --prefix=/usr \ +./configure --prefix=/usr \ --docdir=/usr/share/doc/procps-ng-&procps-ng-version; \ - --disable-static \ + --disable-static \ --disable-kill -./configure --prefix=/usr \ +./configure --prefix=/usr \ --docdir=/usr/share/doc/procps-ng-&procps-ng-version; \ - --disable-static \ - --disable-kill \ + --disable-static \ + --disable-kill \ --with-systemd 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 @@ Prepare Util-linux for compilation: -./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \ +./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 + --without-systemdsystemunitdir / + --docdir=/usr/share/doc/util-linux-&util-linux-version; -./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \ +./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 + --without-python \ + --docdir=/usr/share/doc/util-linux-&util-linux-version; The --disable and --without options prevent warnings about building components that require packages not in LFS or are -- cgit v1.2.3-54-g00ecf