aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/attr.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/attr.xml')
-rw-r--r--chapter06/attr.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/chapter06/attr.xml b/chapter06/attr.xml
index 03044a745..65d509f9a 100644
--- a/chapter06/attr.xml
+++ b/chapter06/attr.xml
@@ -53,10 +53,13 @@
<para>Prepare Attr for compilation:</para>
-<screen><userinput remap="configure">./configure --prefix=/usr \
+<screen revision="sysv"><userinput remap="configure">./configure --prefix=/usr \
--bindir=/bin \
--disable-static</userinput></screen>
+<screen revision="systemd"><userinput remap="configure">./configure --prefix=/usr \
+ --disable-static</userinput></screen>
+
<para>Compile the package:</para>
<screen><userinput remap="make">make</userinput></screen>