diff options
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 \ |