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 | |
parent | fad8dc204d75f46bfd92e5abd85b28b10471f19f (diff) |
Fix .desktop location
BKrev: 415537e1y33M53MN0KhwPIN18KMW_g
-rw-r--r-- | aliens/aliens_1.0.0.oe | 4 | ||||
-rw-r--r-- | knights/knights_1.14.oe | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/aliens/aliens_1.0.0.oe b/aliens/aliens_1.0.0.oe index 0ad5217b26..7256ebc155 100644 --- a/aliens/aliens_1.0.0.oe +++ b/aliens/aliens_1.0.0.oe @@ -4,7 +4,7 @@ PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" LICENSE = "GPL" DEPENDS = "virtual/libqpe libsdl-qpe libsdl-mixer libsdl-image" -PR = "r1" +PR = "r2" SRC_URI = "ftp://ftp.sonic.net/pub/users/nbs/unix/agenda/aliens/src/aliens_V${PV}.tar.gz" S = "${WORKDIR}/aliens_V${PV}" @@ -24,5 +24,5 @@ do_install() { ${D}/${palmtopdir}/share/aliens install -D -m 0755 aliens ${D}${palmtopdir}/bin/aliens install -D -m 0644 aliens.png ${D}${palmtopdir}/pics/aliens.png - install -D -m 0644 aliens.desktop ${D}${palmtopdir}/Games/aliens.desktop + install -D -m 0644 aliens.desktop ${D}${palmtopdir}/apps/Games/aliens.desktop } 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/ } |