mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 03:11:57 +00:00
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
This commit is contained in:
parent
67966fb5ce
commit
ebaee0248c
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user