diff options
Diffstat (limited to 'chapter06/systemd.xml')
-rw-r--r-- | chapter06/systemd.xml | 2 |
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. --> |