aboutsummaryrefslogtreecommitdiffstats
path: root/puzz-le
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-05-08 01:07:26 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-05-08 01:07:26 +0000
commite29b7641e2f2d84f282bdfcd882a6683d8ea2996 (patch)
tree1cf4b91666540f77209e0a38e04a3dadb0359d1b /puzz-le
parent5ad1ca5f4e700466f6b9ff7c114efc922d806c2c (diff)
downloadopenembedded-e29b7641e2f2d84f282bdfcd882a6683d8ea2996.tar.gz
packaging fixes for palmtop applications
BKrev: 409c32ceNNv0hGCf-xAKdrZCvW9vhw
Diffstat (limited to 'puzz-le')
-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}/
}