aboutsummaryrefslogtreecommitdiffstats
path: root/tximage/tximage_0.2.oe
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-03-27 14:46:55 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-03-27 14:46:55 +0000
commit3bfed1012b84539c37f827c6626e459d820387ae (patch)
tree6e70b5ee4337b1303a58d2a3f3115d8f837f93de /tximage/tximage_0.2.oe
parent2f3290e9534e6cfc3b738854e024bcaba653d432 (diff)
downloadopenembedded-3bfed1012b84539c37f827c6626e459d820387ae.tar.gz
Merge bk://openembedded@openembedded.bkbits.net/packages
into allanon.vanille.de:/usr/local/projects/oe-packages 2004/03/27 15:46:46+01:00 vanille.de!mickey /opt/QtPalmtop/ ==> ${palmtopdir} BKrev: 406593dfsCKZkIBjxUpsmUIQNX4aHA
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/
}