From 3bfed1012b84539c37f827c6626e459d820387ae Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sat, 27 Mar 2004 14:46:55 +0000 Subject: 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 --- qplot/qplot_2.0.1cvs.oe | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'qplot') 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 } -- cgit v1.2.3