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 --- zsafe/zsafe_2.1.2.oe | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'zsafe') diff --git a/zsafe/zsafe_2.1.2.oe b/zsafe/zsafe_2.1.2.oe index ae80430758..9b477d3d0d 100644 --- a/zsafe/zsafe_2.1.2.oe +++ b/zsafe/zsafe_2.1.2.oe @@ -14,9 +14,11 @@ inherit palmtop QMAKE_PROFILES = "zsafe.pro" do_install() { - install -d ${D}${palmtopdir}/{bin,apps/Applications,pics/zsafe} - install -D -m 0755 ${PN} ${D}${palmtopdir}/bin/${PN} - install -D -m 0644 ${PN}.png ${D}${palmtopdir}/pics/${PN}.png - cp -a pics/zsafe/*.xpm ${D}${palmtopdir}/pics/zsafe - cp zsafe.desktop ${D}${palmtopdir}/Applications + install -d ${D}/${palmtopdir}/bin \ + ${D}/${palmtopdir}/apps/Applications \ + ${D}/${palmtopdir}/pics/zsafe + install -D -m 0755 ${PN} ${D}/${palmtopdir}/bin/${PN} + install -D -m 0644 ${PN}.png ${D}/${palmtopdir}/pics/${PN}.png + cp -a pics/zsafe/*.xpm ${D}/${palmtopdir}/pics/zsafe + cp zsafe.desktop ${D}/${palmtopdir}/Applications } -- cgit v1.2.3