summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/man/man_1.6f.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/man/man_1.6f.bb b/meta/recipes-extended/man/man_1.6f.bb
index d38612be81..c98c920a63 100644
--- a/meta/recipes-extended/man/man_1.6f.bb
+++ b/meta/recipes-extended/man/man_1.6f.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "A set of documentation tools: man, apropos and whatis"
3SECTION = "console/utils" 3SECTION = "console/utils"
4HOMEPAGE = "http://primates.ximian.com/~flucifredi/man" 4HOMEPAGE = "http://primates.ximian.com/~flucifredi/man"
5LICENSE = "GPLv2" 5LICENSE = "GPLv2"
6PR = "r0" 6PR = "r1"
7 7
8DEPENDS = "groff less" 8DEPENDS = "groff less"
9 9
@@ -61,4 +61,4 @@ do_install_append(){
61} 61}
62 62
63 63
64FILES_${PN} += "${datadir}/locale" 64FILES_${PN} += "${datadir}/locale ${sysconfdir}/man.conf"