summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-11-15 00:41:33 +0000
committerMike Frysinger <vapier@gentoo.org>2005-11-15 00:41:33 +0000
commit4e8b2cbce20371648db35a07413146e275c877c4 (patch)
treebdd62333a6f1239581f4ebd19e0cd2dc0c007de6 /sys-apps
parentVersion bump. (diff)
downloadgentoo-2-4e8b2cbce20371648db35a07413146e275c877c4.tar.gz
gentoo-2-4e8b2cbce20371648db35a07413146e275c877c4.tar.bz2
gentoo-2-4e8b2cbce20371648db35a07413146e275c877c4.zip
use @sections@ from the configure script in makewhatis rather than hardcoding some random default
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/man/files/man-1.6a-makewhatis-config.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/man/files/man-1.6a-makewhatis-config.patch b/sys-apps/man/files/man-1.6a-makewhatis-config.patch
index 5abe668bc6b6..bda196f8ef0c 100644
--- a/sys-apps/man/files/man-1.6a-makewhatis-config.patch
+++ b/sys-apps/man/files/man-1.6a-makewhatis-config.patch
@@ -32,7 +32,7 @@ http://bugs.gentoo.org/86863
+else
+ sections=`$AWK '($1 == "MANSECT") { print $2 }' @man_config_file@`
+ if [ x"$sections" = x ]; then
-+ sections="1 2 3 4 5 6 7 8 9 n l"
++ sections="@sections@"
+ fi
+fi
+sections=`echo $sections | sed -e 's/:/ /g'`