diff options
| author | Rod Whitby <rod@whitby.id.au> | 2006-04-14 07:52:34 +0000 |
|---|---|---|
| committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-14 07:52:34 +0000 |
| commit | 701bb78bdc0ce9a99f83be8691fc3a2e9cfffe1f (patch) | |
| tree | eca6c79abe873c4944a1158e78394f6e9d9fae96 /classes | |
| parent | 15d9ea1913fe0043cf3d580f7fa2673db6df66aa (diff) | |
| parent | 8976d52059d279621083343652ef2c23cae23da2 (diff) | |
merge of 3fed9104364d068f612d6a2a77c80f26f26f3544
and e0d458573e9c93b608fcceacd5ed347e607b4c2d
Diffstat (limited to 'classes')
| -rw-r--r-- | classes/sdl.bbclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/classes/sdl.bbclass b/classes/sdl.bbclass index d458a144c7..f6774be62e 100644 --- a/classes/sdl.bbclass +++ b/classes/sdl.bbclass @@ -13,11 +13,12 @@ sdl_do_sdl_install() { install -d ${D}${palmtopdir}/pics install -d ${D}${palmtopdir}/apps/Games ln -sf ${bindir}/${APPNAME} ${D}${palmtopdir}/bin/${APPNAME} - install -m 0644 ${APPIMAGE} ${D}${palmtopdir}/pics/${APPIMAGE} + install -m 0644 ${APPIMAGE} ${D}${palmtopdir}/pics/${PN}.png if [ -e "${APPDESKTOP}" ] then - install -m 0644 ${APPDESKTOP} ${D}${palmtopdir}/Games/${APPDESKTOP} + echo ${APPDESKTOP} present, installing to palmtopdir... + install -m 0644 ${APPDESKTOP} ${D}${palmtopdir}/apps/Games/${PN}.desktop else echo ${APPDESKTOP} not present, creating one on-the-fly... cat >${D}${palmtopdir}/apps/Games/${PN}.desktop <<EOF |
