diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-04-21 22:21:54 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-04-21 22:21:54 +0000 |
commit | 99dd957967a0fbfb160ad375693835fb6bbea951 (patch) | |
tree | 3903c9e8edab22507b99c5f1e637e4e288759d6a /chapter06/attr.xml | |
parent | d0da965ab212572144c8a2d7078de381f774b189 (diff) |
Prevent /tools from being hard coded into eudev binaries.
Update to man-pages-3.8.3.
Suppress duplicate installation of attr man pages.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10895 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/attr.xml')
-rw-r--r-- | chapter06/attr.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/attr.xml b/chapter06/attr.xml index d565b143c..22f487b72 100644 --- a/chapter06/attr.xml +++ b/chapter06/attr.xml @@ -46,6 +46,11 @@ <screen><userinput remap="pre">sed -i -e 's|/@pkg_name@|&-@pkg_version@|' include/builddefs.in</userinput></screen> + <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> + <para>Prepare Attr for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr \ |