[oe-commits] Paul Eggleton : puzz-le: fix do_install

GIT User account git at amethyst.openembedded.net
Wed Nov 19 00:11:51 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 4e76c7d20cbd8e056949e9a424d8a2d71317bc00
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4e76c7d20cbd8e056949e9a424d8a2d71317bc00

Author: Paul Eggleton <bluelightning at bluelightning.org>
Date:   Tue Nov 18 23:18:07 2008 +0000

puzz-le: fix do_install

---

 packages/puzz-le/puzz-le_2.0.0.bb |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/packages/puzz-le/puzz-le_2.0.0.bb b/packages/puzz-le/puzz-le_2.0.0.bb
index b779717..01caafe 100644
--- a/packages/puzz-le/puzz-le_2.0.0.bb
+++ b/packages/puzz-le/puzz-le_2.0.0.bb
@@ -3,6 +3,8 @@ SECTION = "opie/games"
 PRIORITY = "optional"
 LICENSE = "GPL"
 
+PR = "r1"
+
 SRC_URI = "http://www.warmi.net/zaurus/files/puzz-le_${PV}.tar.gz \
            file://gcc3.patch;patch=1"
 S = "${WORKDIR}/puzzle_arm"
@@ -10,7 +12,7 @@ S = "${WORKDIR}/puzzle_arm"
 inherit palmtop
 
 do_install() {
-        install -m 0755 puzz-le Qtopia/puzz-le/${palmtopdir}/bin/puzz-le
-	install -d ${D}/
-	cp -pPR Qtopia/puzz-le/* ${D}/
+        install -d ${D}${palmtopdir}/bin
+        install -m 0755 puzz-le ${D}${palmtopdir}/bin/
+        cp -pPR Qtopia/puzz-le/opt/QtPalmtop/* ${D}${palmtopdir}/
 }





More information about the Openembedded-commits mailing list