summaryrefslogtreecommitdiff
path: root/gpe-dm
diff options
context:
space:
mode:
Diffstat (limited to 'gpe-dm')
-rw-r--r--gpe-dm/gpe-dm_0.33.oe4
1 files changed, 4 insertions, 0 deletions
diff --git a/gpe-dm/gpe-dm_0.33.oe b/gpe-dm/gpe-dm_0.33.oe
index 4f7acc363a..6e15a2ef66 100644
--- a/gpe-dm/gpe-dm_0.33.oe
+++ b/gpe-dm/gpe-dm_0.33.oe
@@ -5,3 +5,7 @@ MAINTAINER = "Phil Blundell <pb@handhelds.org>"
DEPENDS = "virtual/libc glib-2.0"
SRC_URI = http://gpe.handhelds.org/pub/projects/gpe/source/gpe-dm-${PV}.tar.gz
+
+do_install() {
+ oe_runmake 'DESTDIR=${D}' install
+}