diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-07-13 16:40:24 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-07-13 16:40:24 +0000 |
commit | 3307b885e5e3f0a9397d8db470a256845f7244fc (patch) | |
tree | be9b3bdd389442ffe68316c8aa324440bbceca7b | |
parent | d47b15b7e026d05e55173b537b5814ac4085ea76 (diff) |
Remove temporary symlinks for System V
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11437 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/util-linux.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml index 72e7ddf1b..6275c710c 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 </E) <=/' -e 's/ne /eq /' \ -i tests/ts/ipcs/limits2</userinput></screen> --> - <para revision="systemd">Remove the earlier created symlinks:</para> + <para>Remove the earlier created symlinks:</para> -<screen revision="systemd"><userinput remap="pre">rm -vf /usr/include/{blkid,libmount,uuid}</userinput></screen> +<screen><userinput remap="pre">rm -vf /usr/include/{blkid,libmount,uuid}</userinput></screen> <para>Prepare Util-linux for compilation:</para> |