mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-02-07 14:52:10 +00:00
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:
parent
141be70e59
commit
bbc34f8132
@ -50,7 +50,7 @@
|
|||||||
|
|
||||||
<para>Remove tests that cannot be built in chroot:</para>
|
<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,
|
<!-- These are from upstream. There will probably be a new release shortly,
|
||||||
so don't bother with a patch. -->
|
so don't bother with a patch. -->
|
||||||
|
Loading…
Reference in New Issue
Block a user