timesleuth: fixed icon location
authorMarcin Juszkiewicz <hrw@openembedded.org>
Wed, 15 Sep 2004 15:44:40 +0000 (15:44 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Wed, 15 Sep 2004 15:44:40 +0000 (15:44 +0000)
BKrev: 41486368a_3SH8B7glagbcWLmC8UiA

opie-3rdparty/timesleuth-1.05ern/time.patch [deleted file]
opie-3rdparty/timesleuth_1.0.5.oe

diff --git a/opie-3rdparty/timesleuth-1.05ern/time.patch b/opie-3rdparty/timesleuth-1.05ern/time.patch
deleted file mode 100644 (file)
index e69de29..0000000
index d4a1388..b157398 100644 (file)
@@ -5,10 +5,9 @@ MAINTAINER = "Team Opie <opie@handhelds.org>"
 LICENSE = "GPL"
 AUTHOR = "Dafydd Walters"
 HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/applications-TimeSleuth.html"
+PR = "r1"
 
-
-SRC_URI = "http://handhelds.org/~zecke/oe_packages/timesleuth_V1.05ern.tar.gz \
-          file://time.patch;patch=1"
+SRC_URI = "http://handhelds.org/~zecke/oe_packages/timesleuth_V1.05ern.tar.gz "
 
 PV = "1.05ern"
 S = "${WORKDIR}/timesleuth_V${PV}"
@@ -18,8 +17,8 @@ APPTYPE = "binary"
 APPDESKTOP = "${S}"
 
 do_install () {
-       install -d ${D}/${palmtopdir}/pics/${APPNAME}/
-       install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/
+       install -d ${D}/${palmtopdir}/pics/
+       install -m 0644 ${S}/*.png ${D}/${palmtopdir}/pics/
        
 }