aboutsummaryrefslogtreecommitdiffstats
path: root/portmap
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-09-18 22:02:49 +0000
committerPhil Blundell <philb@gnu.org>2004-09-18 22:02:49 +0000
commite65580e77362269080f923f1d58b548e8b074963 (patch)
tree36c57266b9fc153cead499eba34fc0e041a81c1c /portmap
parentd8430178097f64c439fdbb9074fa3dd66e8ef106 (diff)
downloadopenembedded-e65580e77362269080f923f1d58b548e8b074963.tar.gz
fix snafu with initscript
BKrev: 414cb089AVKGCqZzsh4J9CAKOJpYYw
Diffstat (limited to 'portmap')
-rw-r--r--portmap/portmap_5-4.oe4
1 files changed, 2 insertions, 2 deletions
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
}