diff options
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 } |