From 210df3ce941d17ac9c0602a9f36c55328c6f5503 Mon Sep 17 00:00:00 2001
From: Chris Larson <clarson@kergoth.com>
Date: Tue, 20 Apr 2004 03:11:30 +0000
Subject: Merge

2004/04/19 14:02:59-05:00 ti.com!a0868066
Merges.

2004/04/19 14:00:46-05:00 ti.com!a0868066
Killing usage of {} expansion, which isnt supported by the ash shell.

BKrev: 408494e2t24Aqbe2prpXURtnZlhCmA
---
 tximage/tximage_0.2.oe | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

(limited to 'tximage')

diff --git a/tximage/tximage_0.2.oe b/tximage/tximage_0.2.oe
index 14479dd5c5..aa40a69da4 100644
--- a/tximage/tximage_0.2.oe
+++ b/tximage/tximage_0.2.oe
@@ -11,8 +11,10 @@ SRC_URI = "http://downloads.zaurususergroup.com/community/66.180.235.230/downloa
 inherit palmtop
 
 do_install() {
-        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/
+        install -d ${D}/${palmtopdir}/apps/Applications \
+        	   ${D}/${palmtopdir}/pics \
+        	   ${D}/${palmtopdir}/bin
+        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