aboutsummaryrefslogtreecommitdiffstats
path: root/brickout
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-05-08 01:07:26 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-05-08 01:07:26 +0000
commite29b7641e2f2d84f282bdfcd882a6683d8ea2996 (patch)
tree1cf4b91666540f77209e0a38e04a3dadb0359d1b /brickout
parent5ad1ca5f4e700466f6b9ff7c114efc922d806c2c (diff)
downloadopenembedded-e29b7641e2f2d84f282bdfcd882a6683d8ea2996.tar.gz
packaging fixes for palmtop applications
BKrev: 409c32ceNNv0hGCf-xAKdrZCvW9vhw
Diffstat (limited to 'brickout')
-rw-r--r--brickout/brickout_2002.06.09.oe12
1 files changed, 6 insertions, 6 deletions
diff --git a/brickout/brickout_2002.06.09.oe b/brickout/brickout_2002.06.09.oe
index fe7f573ced..3513d83578 100644
--- a/brickout/brickout_2002.06.09.oe
+++ b/brickout/brickout_2002.06.09.oe
@@ -30,10 +30,10 @@ do_install() {
cp -a music/* ${D}/${palmtopdir}/share/brickout/music/
cp -a images-sdl/* ${D}/${palmtopdir}/share/brickout/images/
- echo "[Desktop Entry]" >${D}/${palmtopdir}/Games/brickout.desktop
- echo "Comment=Arkanoid game" >>${D}/${palmtopdir}/Games/brickout.desktop
- echo "Exec=brickout" >>${D}/${palmtopdir}/Games/brickout.desktop
- echo "Icon=brickout" >>${D}/${palmtopdir}/Games/brickout.desktop
- echo "Type=Application" >>${D}/${palmtopdir}/Games/brickout.desktop
- echo "Name=Brickout" >>${D}/${palmtopdir}/Games/brickout.desktop
+ echo "[Desktop Entry]" >${D}/${palmtopdir}/apps/Games/brickout.desktop
+ echo "Comment=Arkanoid game" >>${D}/${palmtopdir}/apps/Games/brickout.desktop
+ echo "Exec=brickout" >>${D}/${palmtopdir}/apps/Games/brickout.desktop
+ echo "Icon=brickout" >>${D}/${palmtopdir}/apps/Games/brickout.desktop
+ echo "Type=Application" >>${D}/${palmtopdir}/apps/Games/brickout.desktop
+ echo "Name=Brickout" >>${D}/${palmtopdir}/apps/Games/brickout.desktop
}