aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas R. Reno <renodr@linuxfromscratch.org>2020-06-19 05:29:09 +0000
committerDouglas R. Reno <renodr@linuxfromscratch.org>2020-06-19 05:29:09 +0000
commit8072d3da7696d50bc0535ca188d892dc12ed1dab (patch)
tree7d8882a721b47d88e772b7e3fb184c11d77b2967
parent45cd4bff4ff926ddeffb8509999e0ac1f6ca5829 (diff)
Acl: remove unneccessary return in systemd book
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11960 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter08/acl.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter08/acl.xml b/chapter08/acl.xml
index 03f057cb3..a71f964cb 100644
--- a/chapter08/acl.xml
+++ b/chapter08/acl.xml
@@ -50,8 +50,7 @@
--libexecdir=/usr/lib \
--docdir=/usr/share/doc/acl-&acl-version;</userinput></screen>
-<screen revision="systemd"><userinput remap="configure">
-./configure --prefix=/usr \
+<screen revision="systemd"><userinput remap="configure">./configure --prefix=/usr \
--disable-static \
--libexecdir=/usr/lib \
--docdir=/usr/share/doc/acl-&acl-version;</userinput></screen>