aboutsummaryrefslogtreecommitdiffstats
path: root/qplot
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-05-08 01:07:26 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-05-08 01:07:26 +0000
commite29b7641e2f2d84f282bdfcd882a6683d8ea2996 (patch)
tree1cf4b91666540f77209e0a38e04a3dadb0359d1b /qplot
parent5ad1ca5f4e700466f6b9ff7c114efc922d806c2c (diff)
downloadopenembedded-e29b7641e2f2d84f282bdfcd882a6683d8ea2996.tar.gz
packaging fixes for palmtop applications
BKrev: 409c32ceNNv0hGCf-xAKdrZCvW9vhw
Diffstat (limited to 'qplot')
-rw-r--r--qplot/qplot_2.0.1cvs.oe12
1 files changed, 6 insertions, 6 deletions
diff --git a/qplot/qplot_2.0.1cvs.oe b/qplot/qplot_2.0.1cvs.oe
index 835c5860db..fff9afaff3 100644
--- a/qplot/qplot_2.0.1cvs.oe
+++ b/qplot/qplot_2.0.1cvs.oe
@@ -5,7 +5,7 @@ MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
LICENSE = "GPL"
DEPENDS = "virtual/libc"
-SRC_URI = "cvs://anonymous@cvs.qplot.sourceforge.net/cvsroot/qplot;module=qplot \
+SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/qplot;module=qplot \
file://${FILESDIR}/gcc3.patch;patch=1"
S = "${WORKDIR}/qplot"
@@ -17,11 +17,11 @@ do_install() {
${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/
+ install -m 755 qplotmain/qplot ${D}/${palmtopdir}/bin/qplot
+ install -m 644 qplotmain/qplot.png ${D}/${palmtopdir}/pics/
+ install -m 644 qplotmain/qplot-const.b ${D}/${palmtopdir}/lib/
+ install -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 -m 644 qplot.desktop ${D}/${palmtopdir}/apps/Applications/qplot.desktop
}