aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/man
diff options
context:
space:
mode:
authorJavier Martinez Canillas <javier@dowhile0.org>2012-08-05 21:48:56 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-06 15:18:50 +0100
commited9fc6fa516584a8cd1b492284b9eb7c89983ab4 (patch)
tree8dea1138e99efd271c64d6a5811f718187762d9d /meta/recipes-extended/man
parent05e00a93f487c4616b90f6cc66d945463caa5378 (diff)
downloadopenembedded-core-contrib-ed9fc6fa516584a8cd1b492284b9eb7c89983ab4.tar.gz
man: use ${sysconfdir} instead of /etc for packaging
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. (From OE-Core rev: e044be34601dcc8eeca7f96d628964bebf562e2e) Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/man')
-rw-r--r--meta/recipes-extended/man/man_1.6f.bb6
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"
SECTION = "console/utils"
HOMEPAGE = "http://primates.ximian.com/~flucifredi/man"
LICENSE = "GPLv2"
-PR = "r2"
+PR = "r3"
DEPENDS = "groff less"
@@ -51,10 +51,10 @@ fakeroot do_install() {
}
do_install_append(){
- mkdir -p ${D}/etc/
+ mkdir -p ${D}${sysconfdir}
mkdir -p ${D}${datadir}/man/man5
mkdir -p ${D}${datadir}/man/man7
- cp ${S}/src/man.conf ${D}/etc/
+ cp ${S}/src/man.conf ${D}${sysconfdir}
cp ${WORKDIR}/man.1.gz ${D}${datadir}/man/man1/
cp ${WORKDIR}/man.7.gz ${D}${datadir}/man/man7/
cp ${WORKDIR}/manpath.5.gz ${D}${datadir}/man/man5/