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 /aliens | |
parent | fad8dc204d75f46bfd92e5abd85b28b10471f19f (diff) |
Fix .desktop location
BKrev: 415537e1y33M53MN0KhwPIN18KMW_g
Diffstat (limited to 'aliens')
-rw-r--r-- | aliens/aliens_1.0.0.oe | 4 |
1 files changed, 2 insertions, 2 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 } |