matchbox-applet-tasks: Fix do_install()
authorMatthias Hentges <oe@hentges.net>
Sat, 25 Mar 2006 18:52:41 +0000 (18:52 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 25 Mar 2006 18:52:41 +0000 (18:52 +0000)
packages/matchbox-applet-tasks/mb-applet-tasks_1.0.0.bb

index 6d52e96..f483d6e 100644 (file)
@@ -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
 }