diff options
author | Matthias Hentges <oe@hentges.net> | 2004-09-25 09:18:25 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2004-09-25 09:18:25 +0000 |
commit | 672bf9acddff64bbe78c86e669a33f78dab4f6df (patch) | |
tree | b9feec8950170e05c1ac1996c5dafd0e993993f6 /knights/knights_1.14.oe | |
parent | fad8dc204d75f46bfd92e5abd85b28b10471f19f (diff) |
Fix .desktop location
BKrev: 415537e1y33M53MN0KhwPIN18KMW_g
Diffstat (limited to 'knights/knights_1.14.oe')
-rw-r--r-- | knights/knights_1.14.oe | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/knights/knights_1.14.oe b/knights/knights_1.14.oe index b95c835e60..9ef9ea6a1c 100644 --- a/knights/knights_1.14.oe +++ b/knights/knights_1.14.oe @@ -6,6 +6,8 @@ MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" LICENSE = "GPL" RDEPENDS = "phalanx" +PR = "r1" + SRC_URI = "http://www.houseoffish.org/knights/downloads/knights.tar.gz \ file://libqpe-opie.patch;patch=1 \ file://gcc3.patch;patch=1" @@ -24,7 +26,7 @@ do_install() { ${D}/${palmtopdir}/apps/Games \ ${D}/${palmtopdir}/pics install -D -m 755 knights/knights ${D}/${palmtopdir}/bin/knights - install -D -m 644 knights.desktop ${D}/${palmtopdir}/Games/knights.desktop + install -D -m 644 knights.desktop ${D}/${palmtopdir}/apps/Games/knights.desktop install -d ${D}/${palmtopdir}/pics cp -a pics/knights ${D}/${palmtopdir}/pics/ } |