diff options
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/ } |