From 210df3ce941d17ac9c0602a9f36c55328c6f5503 Mon Sep 17 00:00:00 2001 From: Chris Larson 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 --- zgscore/zgscore_1.0.0.oe | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'zgscore') diff --git a/zgscore/zgscore_1.0.0.oe b/zgscore/zgscore_1.0.0.oe index 628ce5fe8c..54d4dc46da 100644 --- a/zgscore/zgscore_1.0.0.oe +++ b/zgscore/zgscore_1.0.0.oe @@ -14,7 +14,9 @@ inherit palmtop EXTRA_QMAKEVARS_POST = 'TMAKE_LIBS-="-luuid" TMAKE_LIBS+="-lqpe" CONFIG+=qt CONFIG-=qtopia' do_install() { - install -d ${D}/${palmtopdir}/{bin,pics,apps/Applications} + install -d ${D}/${palmtopdir}/bin \ + ${D}/${palmtopdir}/apps/Applications \ + ${D}/${palmtopdir}/pics install -m 0755 zgscore ${D}/${palmtopdir}/bin/zgscore install -m 0755 zgscore.png ${D}/${palmtopdir}/pics/ install -m 0644 zgscore.desktop ${D}/${palmtopdir}/apps/Applications/ -- cgit v1.2.3