aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2011-05-05 20:42:06 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2011-05-05 20:42:06 +0200
commit53d5e63730501399c9032f8f6ecf17d36237a2aa (patch)
treea00c7b1858a16685bf5d0e0a15a0142c3216e195
parent187b31c0d6f73638d97b061e8df48155bbb1ad12 (diff)
downloadopenembedded-aldot/fixes.tar.gz
portmap: fix mandir for microaldot/fixes
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
-rw-r--r--recipes/portmap/portmap_6.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/portmap/portmap_6.0.bb b/recipes/portmap/portmap_6.0.bb
index 85cf7059e9..515f0d3862 100644
--- a/recipes/portmap/portmap_6.0.bb
+++ b/recipes/portmap/portmap_6.0.bb
@@ -1,6 +1,6 @@
require portmap.inc
-PR = "r5"
+PR = "r6"
SRC_URI = "http://www.sourcefiles.org/Networking/Tools/Miscellanenous/portmap-6.0.tgz \
file://destdir-no-strip.patch \
@@ -14,6 +14,7 @@ CPPFLAGS += "-DFACILITY=LOG_DAEMON -DENABLE_DNS"
CFLAGS += "-Wall -Wstrict-prototypes -fPIC"
fakeroot do_install() {
+ sed -i -e "s|/usr/share/man|${mandir}|" ${B}/Makefile
install -d ${D}${mandir}/man8/ ${D}${base_sbindir} ${D}${sysconfdir}/init.d
install -m 0755 ${WORKDIR}/portmap.init ${D}${sysconfdir}/init.d/portmap
oe_runmake install DESTDIR=${D}