justreader: fixed pics and icon
authorMarcin Juszkiewicz <hrw@openembedded.org>
Wed, 22 Sep 2004 20:19:38 +0000 (20:19 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Wed, 22 Sep 2004 20:19:38 +0000 (20:19 +0000)
BKrev: 4151de5a8Vf5bbBIkEfDU8tqWXmDjg

justreader/justreader_2.0k.oe

index 3cd7900..9d731be 100644 (file)
@@ -3,6 +3,7 @@ SECTION = "base"
 PRIORITY = "optional"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
 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/
 }