diff options
Diffstat (limited to 'meta/recipes-extended/man')
-rw-r--r-- | meta/recipes-extended/man/man_1.6f.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-extended/man/man_1.6f.bb b/meta/recipes-extended/man/man_1.6f.bb index ee3d648fa5..9f753070bf 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" | |||
3 | SECTION = "console/utils" | 3 | SECTION = "console/utils" |
4 | HOMEPAGE = "http://primates.ximian.com/~flucifredi/man" | 4 | HOMEPAGE = "http://primates.ximian.com/~flucifredi/man" |
5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPLv2" |
6 | PR = "r2" | 6 | PR = "r3" |
7 | 7 | ||
8 | DEPENDS = "groff less" | 8 | DEPENDS = "groff less" |
9 | 9 | ||
@@ -51,10 +51,10 @@ fakeroot do_install() { | |||
51 | } | 51 | } |
52 | 52 | ||
53 | do_install_append(){ | 53 | do_install_append(){ |
54 | mkdir -p ${D}/etc/ | 54 | mkdir -p ${D}${sysconfdir} |
55 | mkdir -p ${D}${datadir}/man/man5 | 55 | mkdir -p ${D}${datadir}/man/man5 |
56 | mkdir -p ${D}${datadir}/man/man7 | 56 | mkdir -p ${D}${datadir}/man/man7 |
57 | cp ${S}/src/man.conf ${D}/etc/ | 57 | cp ${S}/src/man.conf ${D}${sysconfdir} |
58 | cp ${WORKDIR}/man.1.gz ${D}${datadir}/man/man1/ | 58 | cp ${WORKDIR}/man.1.gz ${D}${datadir}/man/man1/ |
59 | cp ${WORKDIR}/man.7.gz ${D}${datadir}/man/man7/ | 59 | cp ${WORKDIR}/man.7.gz ${D}${datadir}/man/man7/ |
60 | cp ${WORKDIR}/manpath.5.gz ${D}${datadir}/man/man5/ | 60 | cp ${WORKDIR}/manpath.5.gz ${D}${datadir}/man/man5/ |