Explorar o código

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
Douglas R. Reno %!s(int64=6) %!d(string=hai) anos
pai
achega
ebaee0248c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      chapter06/systemd.xml

+ 1 - 1
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>