diff options
Diffstat (limited to 'chapter06/attr.xml')
-rw-r--r-- | chapter06/attr.xml | 2 |
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> |