diff options
Diffstat (limited to 'chapter06/systemd.xml')
-rw-r--r-- | chapter06/systemd.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index 1010c43ea..2870c3846 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -48,7 +48,7 @@ <para>Create a symlink to work around missing xsltproc:</para> -<screen><userinput remap="pre">ln -sf /tools/bin/true /usr/bin/xsltproc</userinput></screen> +<screen><userinput remap="pre">ln -sf /bin/true /usr/bin/xsltproc</userinput></screen> <para>Set up the man pages:</para> @@ -101,9 +101,7 @@ meson --prefix=/usr \ <term><parameter>-D*-path=*</parameter></term> <listitem> <para>These switches provide location of binaries needed by - systemd at runtime that have not yet been installed, or who's - pkgconfig files are currently only in - <filename>/tools/lib/pkgconfig</filename>.</para> + systemd at runtime that have not yet been installed.</para> </listitem> </varlistentry> |