summaryrefslogtreecommitdiff
path: root/tximage/tximage_0.2.oe
diff options
context:
space:
mode:
Diffstat (limited to 'tximage/tximage_0.2.oe')
-rw-r--r--tximage/tximage_0.2.oe8
1 files changed, 4 insertions, 4 deletions
diff --git a/tximage/tximage_0.2.oe b/tximage/tximage_0.2.oe
index ed13f5397e..a90f2d1e6c 100644
--- a/tximage/tximage_0.2.oe
+++ b/tximage/tximage_0.2.oe
@@ -12,8 +12,8 @@ SRC_URI = "http://downloads.zaurususergroup.com/community/66.180.235.230/downloa
inherit palmtop
do_install() {
- install -d ${D}/opt/QtPalmtop/{bin,apps/Applications,pics}
- install -D -m 755 tximage ${D}/opt/QtPalmtop/bin/tximage
- install -D -m 644 imageviewer.desktop ${D}/opt/QtPalmtop/apps/Applications/tximage.desktop
- cp -a tximage.png ${D}/opt/QtPalmtop/pics/
+ install -d ${D}${palmtopdir}{bin,apps/Applications,pics}
+ install -D -m 755 tximage ${D}${palmtopdir}bin/tximage
+ install -D -m 644 imageviewer.desktop ${D}${palmtopdir}apps/Applications/tximage.desktop
+ cp -a tximage.png ${D}${palmtopdir}pics/
}