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 --- qplot/qplot_2.0.1cvs.oe | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'qplot') diff --git a/qplot/qplot_2.0.1cvs.oe b/qplot/qplot_2.0.1cvs.oe index 70543db45d..835c5860db 100644 --- a/qplot/qplot_2.0.1cvs.oe +++ b/qplot/qplot_2.0.1cvs.oe @@ -12,12 +12,16 @@ S = "${WORKDIR}/qplot" inherit palmtop do_install() { - install -d ${D}${palmtopdir}/{bin,apps/Applications,pics,lib,plugins/inputmethods} - install -D -m 755 qplotmain/qplot ${D}${palmtopdir}/bin/qplot - install -D -m 644 qplotmain/qplot.png ${D}${palmtopdir}/pics/ - install -D -m 644 qplotmain/qplot-const.b ${D}${palmtopdir}/lib/ - install -D -m 644 qplotmain/qplot-math.b ${D}${palmtopdir}/lib/ - oe_soinstall qplotmath/libqplotmath.so.1.0.0 ${D}${palmtopdir}/plugins/inputmethods/ - install -D -m 644 qplot.desktop ${D}${palmtopdir}/Applications/qplot.desktop + install -d ${D}/${palmtopdir}/bin \ + ${D}/${palmtopdir}/apps/Applications \ + ${D}/${palmtopdir}/pics \ + ${D}/${palmtopdir}/lib \ + ${D}/${palmtopdir}/plugins/inputmethods + install -D -m 755 qplotmain/qplot ${D}/${palmtopdir}/bin/qplot + install -D -m 644 qplotmain/qplot.png ${D}/${palmtopdir}/pics/ + install -D -m 644 qplotmain/qplot-const.b ${D}/${palmtopdir}/lib/ + install -D -m 644 qplotmain/qplot-math.b ${D}/${palmtopdir}/lib/ + oe_soinstall qplotmath/libqplotmath.so.1.0.0 ${D}/${palmtopdir}/plugins/inputmethods/ + install -D -m 644 qplot.desktop ${D}/${palmtopdir}/Applications/qplot.desktop } -- cgit v1.2.3