diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2019-04-04 03:25:39 +0000 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2019-04-04 03:25:39 +0000 |
commit | ebaee0248ce29801c07d551e1d95fa1cb5b186f2 (patch) | |
tree | a958cac84e1ec3ed667af3385b83964c5c14ef0a /chapter06 | |
parent | 67966fb5cecc6f9d1d44aa03099e740ebe8d54c0 (diff) |
In systemd, we specify removing a directory (/usr/lib/rpm). However, we remove the /usr/bin/xsltproc file in the same block, so expand the description
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11568 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-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 0537c6fac..e13aa0cf9 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -188,7 +188,7 @@ meson --prefix=/usr \ <screen><userinput remap="install">LANG=en_US.UTF-8 ninja install</userinput></screen> - <para>Remove an unnecessary directory:</para> + <para>Remove an unnecessary directory and file:</para> <screen><userinput remap="install">rm -rfv /usr/lib/rpm rm -f /usr/bin/xsltproc</userinput></screen> |