aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2018-03-29 03:01:04 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2018-03-29 03:01:04 +0000
commitbbc34f8132801c321ad563128bafed6b7456b3e3 (patch)
tree248b004d83370c9e9f5debf2c0f8cc1a43d3082b /chapter06
parent141be70e59e7139bad1dd6e74253b89d83f0ce2a (diff)
Fix sed in systemd instructions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11391 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/systemd.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml
index beddbc39e..8bc0b4421 100644
--- a/chapter06/systemd.xml
+++ b/chapter06/systemd.xml
@@ -50,7 +50,7 @@
<para>Remove tests that cannot be built in chroot:</para>
-<screen><userinput remap="pre">sed '178,222d' -i src/resolve/meson.build</userinput></screen>
+<screen><userinput remap="pre">sed '171,$ d' -i src/resolve/meson.build</userinput></screen>
<!-- These are from upstream. There will probably be a new release shortly,
so don't bother with a patch. -->