From: Marcin Juszkiewicz Date: Wed, 15 Sep 2004 15:44:40 +0000 (+0000) Subject: timesleuth: fixed icon location X-Git-Tag: Release-2010-05/1~17158 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e615b9c894185bb76aa82b66075fa64d807137a5;p=openembedded.git timesleuth: fixed icon location BKrev: 41486368a_3SH8B7glagbcWLmC8UiA --- diff --git a/opie-3rdparty/timesleuth-1.05ern/time.patch b/opie-3rdparty/timesleuth-1.05ern/time.patch deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/opie-3rdparty/timesleuth_1.0.5.oe b/opie-3rdparty/timesleuth_1.0.5.oe index d4a1388c4f..b157398b41 100644 --- a/opie-3rdparty/timesleuth_1.0.5.oe +++ b/opie-3rdparty/timesleuth_1.0.5.oe @@ -5,10 +5,9 @@ MAINTAINER = "Team Opie " 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/ }