From 3bfed1012b84539c37f827c6626e459d820387ae Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sat, 27 Mar 2004 14:46:55 +0000 Subject: 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 --- tximage/tximage_0.2.oe | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tximage/tximage_0.2.oe') 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/ } -- cgit v1.2.3