summaryrefslogtreecommitdiff
path: root/puzz-le/puzz-le_2.0.0.oe
diff options
context:
space:
mode:
Diffstat (limited to 'puzz-le/puzz-le_2.0.0.oe')
-rw-r--r--puzz-le/puzz-le_2.0.0.oe4
1 files changed, 2 insertions, 2 deletions
diff --git a/puzz-le/puzz-le_2.0.0.oe b/puzz-le/puzz-le_2.0.0.oe
index 36bfe1e8c1..608c7379e5 100644
--- a/puzz-le/puzz-le_2.0.0.oe
+++ b/puzz-le/puzz-le_2.0.0.oe
@@ -12,7 +12,7 @@ S = "${WORKDIR}/puzzle_arm"
inherit palmtop
do_install() {
- install -m 0755 puzz-le Qtopia${palmtopdir}/bin/puzz-le
+ install -m 0755 puzz-le Qtopia/puzz-le/${palmtopdir}/bin/puzz-le
install -d ${D}/
- cp -a Qtopia/* ${D}/
+ cp -a Qtopia/puzz-le/* ${D}/
}