diff options
Diffstat (limited to 'brickout')
-rw-r--r-- | brickout/brickout_2002.06.09.oe | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/brickout/brickout_2002.06.09.oe b/brickout/brickout_2002.06.09.oe index 7cf6c0c954..4597c50267 100644 --- a/brickout/brickout_2002.06.09.oe +++ b/brickout/brickout_2002.06.09.oe @@ -18,18 +18,18 @@ do_configure_prepend() { } do_install() { - install -d ${D}/opt/QtPalmtop/{bin,apps/Games,pics,share/brickout/{sounds,music,images}} - install -D -m 0755 brickout ${D}/opt/QtPalmtop/bin/brickout - install -D -m 0644 brickout.png ${D}/opt/QtPalmtop/pics/brickout.png + install -d ${D}${palmtopdir}{bin,apps/Games,pics,share/brickout/{sounds,music,images}} + install -D -m 0755 brickout ${D}${palmtopdir}bin/brickout + install -D -m 0644 brickout.png ${D}${palmtopdir}pics/brickout.png - cp -a sounds/* ${D}/opt/QtPalmtop/share/brickout/sounds/ - cp -a music/* ${D}/opt/QtPalmtop/share/brickout/music/ - cp -a images-sdl/* ${D}/opt/QtPalmtop/share/brickout/images/ + cp -a sounds/* ${D}${palmtopdir}share/brickout/sounds/ + cp -a music/* ${D}${palmtopdir}share/brickout/music/ + cp -a images-sdl/* ${D}${palmtopdir}share/brickout/images/ - echo "[Desktop Entry]" >${D}/opt/QtPalmtop/apps/Games/brickout.desktop - echo "Comment=Arkanoid game" >>${D}/opt/QtPalmtop/apps/Games/brickout.desktop - echo "Exec=brickout" >>${D}/opt/QtPalmtop/apps/Games/brickout.desktop - echo "Icon=brickout" >>${D}/opt/QtPalmtop/apps/Games/brickout.desktop - echo "Type=Application" >>${D}/opt/QtPalmtop/apps/Games/brickout.desktop - echo "Name=Brickout" >>${D}/opt/QtPalmtop/apps/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 } |