Fix sed in systemd instructions

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11391 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2018-03-29 03:01:04 +00:00
parent 141be70e59
commit bbc34f8132

View File

@ -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. -->