diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-03-27 14:46:55 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-03-27 14:46:55 +0000 |
commit | 3bfed1012b84539c37f827c6626e459d820387ae (patch) | |
tree | 6e70b5ee4337b1303a58d2a3f3115d8f837f93de /qplot | |
parent | 2f3290e9534e6cfc3b738854e024bcaba653d432 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into allanon.vanille.de:/usr/local/projects/oe-packages
2004/03/27 15:46:46+01:00 vanille.de!mickey
/opt/QtPalmtop/ ==> ${palmtopdir}
BKrev: 406593dfsCKZkIBjxUpsmUIQNX4aHA
Diffstat (limited to 'qplot')
-rw-r--r-- | qplot/qplot_2.0.1cvs.oe | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/qplot/qplot_2.0.1cvs.oe b/qplot/qplot_2.0.1cvs.oe index 1f3203496e..51393cafec 100644 --- a/qplot/qplot_2.0.1cvs.oe +++ b/qplot/qplot_2.0.1cvs.oe @@ -13,12 +13,12 @@ S = "${WORKDIR}/qplot" inherit palmtop do_install() { - install -d ${D}/opt/QtPalmtop/{bin,apps/Applications,pics,lib,plugins/inputmethods} - install -D -m 755 qplotmain/qplot ${D}/opt/QtPalmtop/bin/qplot - install -D -m 644 qplotmain/qplot.png ${D}/opt/QtPalmtop/pics/ - install -D -m 644 qplotmain/qplot-const.b ${D}/opt/QtPalmtop/lib/ - install -D -m 644 qplotmain/qplot-math.b ${D}/opt/QtPalmtop/lib/ - oe_soinstall qplotmath/libqplotmath.so.1.0.0 ${D}/opt/QtPalmtop/plugins/inputmethods/ - install -D -m 644 qplot.desktop ${D}/opt/QtPalmtop/apps/Applications/qplot.desktop + 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}apps/Applications/qplot.desktop } |