aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/attr.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2016-02-27 04:11:22 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2016-02-27 04:11:22 +0000
commitb057615cc8318a54af9d82107c00f65a5843f686 (patch)
treea2d2184f6dc0f11a539181ea2d1b1cdcf775e72b /chapter06/attr.xml
parent5b7d4da53d4b85613e3f998eb554d13cb62de16c (diff)
Prevent attr and shadow from overwriting man pages installed by the man-pages
package. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11026 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/attr.xml')
-rw-r--r--chapter06/attr.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/attr.xml b/chapter06/attr.xml
index 48d64fe63..03044a745 100644
--- a/chapter06/attr.xml
+++ b/chapter06/attr.xml
@@ -49,7 +49,7 @@
<para>Prevent installation of manual pages that were already installed by
the <xref linkend="man-pages"/> package:</para>
-<screen><userinput remap="pre">sed -i -e "/SUBDIRS/s|man2||" man/Makefile</userinput></screen>
+<screen><userinput remap="pre">sed -i -e "/SUBDIRS/s|man[25]||g" man/Makefile</userinput></screen>
<para>Prepare Attr for compilation:</para>