From: Phil Blundell Date: Sat, 18 Sep 2004 22:02:49 +0000 (+0000) Subject: fix snafu with initscript X-Git-Tag: Release-2010-05/1~17052 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e65580e77362269080f923f1d58b548e8b074963;p=openembedded.git fix snafu with initscript BKrev: 414cb089AVKGCqZzsh4J9CAKOJpYYw --- diff --git a/portmap/portmap_5-4.oe b/portmap/portmap_5-4.oe index 3b4bf27713..992613c09b 100644 --- a/portmap/portmap_5-4.oe +++ b/portmap/portmap_5-4.oe @@ -1,4 +1,4 @@ -PR = "r1" +PR = "r2" SRC_URI = "http://www.uk.debian.org/debian/pool/main/p/portmap/portmap_5.orig.tar.gz \ http://www.uk.debian.org/debian/pool/main/p/portmap/portmap_5-4.diff.gz;patch=1 \ @@ -20,7 +20,7 @@ do_compile() { do_install() { install -d ${D}/etc/init.d - install -m 0644 ${WORKDIR}/portmap.init ${D}/etc/init.d/ + install -m 0644 ${WORKDIR}/portmap.init ${D}/etc/init.d/portmap oe_runmake 'docdir=${datadir}/doc/portmap' \ 'DESTDIR=${D}' install }