From 672bf9acddff64bbe78c86e669a33f78dab4f6df Mon Sep 17 00:00:00 2001 From: Matthias Hentges Date: Sat, 25 Sep 2004 09:18:25 +0000 Subject: Fix .desktop location BKrev: 415537e1y33M53MN0KhwPIN18KMW_g --- aliens/aliens_1.0.0.oe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'aliens') 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 " 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 } -- cgit v1.2.3