aboutsummaryrefslogtreecommitdiffstats
path: root/knights
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 /knights
parent2f3290e9534e6cfc3b738854e024bcaba653d432 (diff)
downloadopenembedded-3bfed1012b84539c37f827c6626e459d820387ae.tar.gz
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 'knights')
-rw-r--r--knights/knights_1.14.oe10
1 files changed, 5 insertions, 5 deletions
diff --git a/knights/knights_1.14.oe b/knights/knights_1.14.oe
index 9f4a204509..0846185c57 100644
--- a/knights/knights_1.14.oe
+++ b/knights/knights_1.14.oe
@@ -20,9 +20,9 @@ do_configure_prepend() {
}
do_install() {
- install -d ${D}/opt/QtPalmtop/{bin,apps/Games,pics}
- install -D -m 755 knights/knights ${D}/opt/QtPalmtop/bin/knights
- install -D -m 644 knights.desktop ${D}/opt/QtPalmtop/apps/Games/knights.desktop
- install -d ${D}/opt/QtPalmtop/pics
- cp -a pics/knights ${D}/opt/QtPalmtop/pics/
+ install -d ${D}${palmtopdir}{bin,apps/Games,pics}
+ install -D -m 755 knights/knights ${D}${palmtopdir}bin/knights
+ install -D -m 644 knights.desktop ${D}${palmtopdir}apps/Games/knights.desktop
+ install -d ${D}${palmtopdir}pics
+ cp -a pics/knights ${D}${palmtopdir}pics/
}