aboutsummaryrefslogtreecommitdiffstats
path: root/knights/knights_1.14.oe
diff options
context:
space:
mode:
Diffstat (limited to 'knights/knights_1.14.oe')
-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/
}