From: Marcin Juszkiewicz Date: Wed, 22 Sep 2004 20:19:38 +0000 (+0000) Subject: justreader: fixed pics and icon X-Git-Tag: Release-2010-05/1~16960 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b5f0d8a904b4832d8d2276f85b2d78642d3732a;p=openembedded.git justreader: fixed pics and icon BKrev: 4151de5a8Vf5bbBIkEfDU8tqWXmDjg --- diff --git a/justreader/justreader_2.0k.oe b/justreader/justreader_2.0k.oe index 3cd79007e3..9d731be61e 100644 --- a/justreader/justreader_2.0k.oe +++ b/justreader/justreader_2.0k.oe @@ -3,6 +3,7 @@ SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer " LICENSE = "GPL" +PR = "r1" SRC_URI = "${SOURCEFORGE_MIRROR}/justreader/justreader_${PV}.tgz" S = "${WORKDIR}/TextReader2" @@ -18,7 +19,9 @@ do_configure_prepend() { do_install() { install -d ${D}/${palmtopdir}/bin \ - ${D}/${palmtopdir}/pics \ + ${D}/${palmtopdir}/pics/${PN}/ \ ${D}/${palmtopdir}/apps/Applications - cp -dfR apps bin pics ${D}/${palmtopdir}/ + install -m 0644 apps/Applications/justreader.desktop ${D}/${palmtopdir}/apps/Applications/ + install -m 0755 bin/justreader ${D}/${palmtopdir}/bin/ + install -m 0644 pics/* ${D}/${palmtopdir}/pics/justreader/ }