diff options
author | Marek Vasut <marek.vasut@gmail.com> | 2007-03-11 13:20:11 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-03-11 13:20:11 +0000 |
commit | 280023fc2f212189c91320b649385bf70a987c8b (patch) | |
tree | c04a123e9a8de7fa6e377135a66b42caa4f73674 /packages/qpe-games | |
parent | 36edc2f904a163ec02a3897a09c784a429396676 (diff) |
hexatrolic, labirynth, zsubhunt: create directory for .desktop file - close #1962, #1963, #1965
Diffstat (limited to 'packages/qpe-games')
-rw-r--r-- | packages/qpe-games/hexatrolic_1.0beta3.bb | 1 | ||||
-rw-r--r-- | packages/qpe-games/labyrinth_0.7.bb | 1 | ||||
-rw-r--r-- | packages/qpe-games/zsubhunt_1.0.0ern.bb | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/packages/qpe-games/hexatrolic_1.0beta3.bb b/packages/qpe-games/hexatrolic_1.0beta3.bb index 241693504e..e0ca1a4084 100644 --- a/packages/qpe-games/hexatrolic_1.0beta3.bb +++ b/packages/qpe-games/hexatrolic_1.0beta3.bb @@ -14,6 +14,7 @@ S = "${WORKDIR}/${APPNAME}" do_install () { + install -d ${D}${palmtopdir}/apps/Games/ install -d ${D}${palmtopdir}/pics/${APPNAME}/ install -m 0644 ${S}/pics/*.png ${D}${palmtopdir}/pics/${APPNAME}/ install -m 0644 ${S}/${APPNAME}.desktop ${D}${palmtopdir}/apps/Games diff --git a/packages/qpe-games/labyrinth_0.7.bb b/packages/qpe-games/labyrinth_0.7.bb index f6e9299b3d..0a43be2795 100644 --- a/packages/qpe-games/labyrinth_0.7.bb +++ b/packages/qpe-games/labyrinth_0.7.bb @@ -12,6 +12,7 @@ SRC_URI = "http://handhelds.org/~zecke/oe_packages/labyrinth-0.7-zecke1.tar.gz" S = "${WORKDIR}/${APPNAME}" do_install () { + install -d ${D}${palmtopdir}/apps/Games/ install -d ${D}${palmtopdir}/pics/${APPNAME}/ install -d ${D}${palmtopdir}/share/games/${APPNAME}/ diff --git a/packages/qpe-games/zsubhunt_1.0.0ern.bb b/packages/qpe-games/zsubhunt_1.0.0ern.bb index d486058bab..0a52c0017a 100644 --- a/packages/qpe-games/zsubhunt_1.0.0ern.bb +++ b/packages/qpe-games/zsubhunt_1.0.0ern.bb @@ -18,6 +18,7 @@ APPDESKTOP = "${S}" do_install () { + install -d ${D}${palmtopdir}/apps/Games/ install -d ${D}${palmtopdir}/pics/${APPNAME}/ install -m 0644 ${S}/pics/*.png ${D}${palmtopdir}/pics/${APPNAME}/ install -m 0644 ${S}/${APPNAME}.desktop ${D}${palmtopdir}/apps/Games |