aboutsummaryrefslogtreecommitdiffstats
path: root/packages/matchbox-applet-tasks
diff options
context:
space:
mode:
authorMatthias Hentges <oe@hentges.net>2006-03-25 18:52:41 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-03-25 18:52:41 +0000
commitf99be137f0b52cfb0d568d15707226e26473262e (patch)
treed1a7d03ce8ecf0d39b41ef042d7d8f91c6939996 /packages/matchbox-applet-tasks
parent781e1192d3519f21b1bee70f2c33875aefb34cf9 (diff)
downloadopenembedded-f99be137f0b52cfb0d568d15707226e26473262e.tar.gz
matchbox-applet-tasks: Fix do_install()
Diffstat (limited to 'packages/matchbox-applet-tasks')
-rw-r--r--packages/matchbox-applet-tasks/mb-applet-tasks_1.0.0.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/matchbox-applet-tasks/mb-applet-tasks_1.0.0.bb b/packages/matchbox-applet-tasks/mb-applet-tasks_1.0.0.bb
index 6d52e9659d..f483d6ec43 100644
--- a/packages/matchbox-applet-tasks/mb-applet-tasks_1.0.0.bb
+++ b/packages/matchbox-applet-tasks/mb-applet-tasks_1.0.0.bb
@@ -3,6 +3,8 @@ LICENSE = "GPLv2"
MAINTAINER = "Koen Kooi <koen@dominion.kabel.utwente.nl>"
DEPENDS = "gtk+ libwnck libmatchbox"
+PR = "r1"
+
CFLAGS += "-I${STAGING_INCDIR} \
-I${STAGING_INCDIR}/gtk-2.0 \
-I${STAGING_INCDIR}/glib-2.0 \
@@ -17,6 +19,8 @@ SRC_URI = "http://mail.pdaxrom.org/1.1.0beta1/src/${P}.tar.bz2"
do_install() {
install -d ${D}/${datadir}/applications
+install -d ${D}/${bindir}
+
install -m 755 mb-applet-tasks ${D}/${bindir}
install -m 644 mb-applet-tasks.desktop ${D}/${datadir}/applications
}