diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-09-21 15:58:13 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-09-21 15:58:13 +0000 |
commit | 0e35ac022f9b29f977501d82540e7e9a8ebe2070 (patch) | |
tree | 506b7d903cbe4a21258a82152ee5e59c57e25286 /mileage | |
parent | fa4cc25fb34ef617908ed50816b9395ac5196576 (diff) |
mileage, ubahnnav: fixed icon
BKrev: 41504f95UnIJ-wNo52_lY5WkA2iqng
Diffstat (limited to 'mileage')
-rw-r--r-- | mileage/mileage_cvs.oe | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mileage/mileage_cvs.oe b/mileage/mileage_cvs.oe index 28382b95d0..598badbd5a 100644 --- a/mileage/mileage_cvs.oe +++ b/mileage/mileage_cvs.oe @@ -3,6 +3,7 @@ HOMEPAGE = "http://mileage.sourceforge.net" SECTION = "apps" PRIORITY = "optional" PV = "4.2.0-cvs-${CVSDATE}" +PR = "r1" SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/mileage;module=mileage" S = "${WORKDIR}/mileage" @@ -12,11 +13,11 @@ export OE_QMAKE_LINK="${CXX}" do_install() { install -d ${D}/${palmtopdir}/apps/Applications/ - install -d ${D}/${palmtopdir}/pics/${PN}/ + install -d ${D}/${palmtopdir}/pics/ install -d ${D}/${palmtopdir}/bin/ install -m 0755 ${PN} ${D}/${palmtopdir}/bin/ install -m 0644 ${PN}.desktop ${D}/${palmtopdir}/apps/Applications/ - install -m 0644 ${PN}.png ${D}/${palmtopdir}/pics/${PN}/ + install -m 0644 ${PN}.png ${D}/${palmtopdir}/pics/ #FIXME: Package and install help files seperatly } |