summaryrefslogtreecommitdiff
path: root/brickout/brickout_2002.06.09.oe
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-03-27 14:46:55 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-03-27 14:46:55 +0000
commit3bfed1012b84539c37f827c6626e459d820387ae (patch)
tree6e70b5ee4337b1303a58d2a3f3115d8f837f93de /brickout/brickout_2002.06.09.oe
parent2f3290e9534e6cfc3b738854e024bcaba653d432 (diff)
Merge bk://openembedded@openembedded.bkbits.net/packages
into allanon.vanille.de:/usr/local/projects/oe-packages 2004/03/27 15:46:46+01:00 vanille.de!mickey /opt/QtPalmtop/ ==> ${palmtopdir} BKrev: 406593dfsCKZkIBjxUpsmUIQNX4aHA
Diffstat (limited to 'brickout/brickout_2002.06.09.oe')
-rw-r--r--brickout/brickout_2002.06.09.oe24
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
}