diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2019-02-10 23:02:36 +0000 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2019-02-10 23:02:36 +0000 |
commit | cd33c02f7e461357e9c7922ae23099436b17dbd9 (patch) | |
tree | a280f1550af0eda859ce964f8a2889c6c1142231 | |
parent | 67f507c3d69079cbd6c32f08ddefab0eed410299 (diff) |
D-Bus: Spacing
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11517 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/dbus.xml | 16 |
1 files changed, 8 insertions, 8 deletions
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 @@ <para>Prepare D-Bus for compilation:</para> -<screen><userinput remap="configure"> ./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</userinput></screen> +<screen><userinput remap="configure">./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</userinput></screen> <variablelist> <title>The meaning of the configure options:</title> |