From ebaee0248ce29801c07d551e1d95fa1cb5b186f2 Mon Sep 17 00:00:00 2001 From: "Douglas R. Reno" Date: Thu, 4 Apr 2019 03:25:39 +0000 Subject: 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 --- chapter06/systemd.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ LANG=en_US.UTF-8 ninja install - Remove an unnecessary directory: + Remove an unnecessary directory and file: rm -rfv /usr/lib/rpm rm -f /usr/bin/xsltproc -- cgit v1.2.3-54-g00ecf