diff options
author | Chris Larson <clarson@kergoth.com> | 2004-04-20 03:11:30 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-04-20 03:11:30 +0000 |
commit | 210df3ce941d17ac9c0602a9f36c55328c6f5503 (patch) | |
tree | 2fa720957b2822f7288af0b27df38ca11e22f5c9 /qplot | |
parent | 1ce1f6f837ae775b06c2c5ada398564f930a82d4 (diff) |
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
Diffstat (limited to 'qplot')
-rw-r--r-- | qplot/qplot_2.0.1cvs.oe | 18 |
1 files changed, 11 insertions, 7 deletions
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 } |