aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/dbus.xml16
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>