aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/util-linux.xml
diff options
context:
space:
mode:
authorDouglas R. Reno <renodr@linuxfromscratch.org>2019-06-08 20:53:45 +0000
committerDouglas R. Reno <renodr@linuxfromscratch.org>2019-06-08 20:53:45 +0000
commit6c347378fd11b83eace8ff5d6dd4b698c830f209 (patch)
tree9770d7783ee7c572eb51990b3f112055f67685e5 /chapter06/util-linux.xml
parent648209f8b263bb960baa4f60423ea8fb8b2b4cd4 (diff)
Make the removal of symlinks to util-linux headers in Chapter 6 apply only to systemd, since that's the only book that they are created in.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11615 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/util-linux.xml')
-rw-r--r--chapter06/util-linux.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml
index 58788f4cf..de24d670f 100644
--- a/chapter06/util-linux.xml
+++ b/chapter06/util-linux.xml
@@ -60,9 +60,9 @@
<screen><userinput remap="pre">sed -e 's/2^64/(2^64/' -e 's/E &lt;/E) &lt;=/' -e 's/ne /eq /' \
-i tests/ts/ipcs/limits2</userinput></screen>
-->
- <para>Remove the earlier created symlinks:</para>
+ <para revision="systemd">Remove the earlier created symlinks:</para>
-<screen><userinput remap="pre">rm -vf /usr/include/{blkid,libmount,uuid}</userinput></screen>
+<screen revision="systemd"><userinput remap="pre">rm -vf /usr/include/{blkid,libmount,uuid}</userinput></screen>
<para>Prepare Util-linux for compilation:</para>