From cd33c02f7e461357e9c7922ae23099436b17dbd9 Mon Sep 17 00:00:00 2001 From: "Douglas R. Reno" Date: Sun, 10 Feb 2019 23:02:36 +0000 Subject: D-Bus: Spacing git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11517 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/dbus.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'chapter06') diff --git a/chapter06/dbus.xml b/chapter06/dbus.xml index 06b66851e..7d148d5ce 100644 --- a/chapter06/dbus.xml +++ b/chapter06/dbus.xml @@ -48,14 +48,14 @@ Prepare D-Bus for compilation: - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --disable-static \ - --disable-doxygen-docs \ - --disable-xml-docs \ - --docdir=/usr/share/doc/dbus-&dbus-version; \ - --with-console-auth-dir=/run/console +./configure --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --disable-static \ + --disable-doxygen-docs \ + --disable-xml-docs \ + --docdir=/usr/share/doc/dbus-&dbus-version; \ + --with-console-auth-dir=/run/console The meaning of the configure options: -- cgit v1.2.3-54-g00ecf