summaryrefslogtreecommitdiff
path: root/packages/nonworking/qualendar
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2005-07-06 20:51:46 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-06 20:51:46 +0000
commita0dfd9af4c15763fc59b623259af6f6f851e9483 (patch)
tree37cb4b9bf47ac3d20aba52e8b024f2d4a87b0024 /packages/nonworking/qualendar
parent4c4111af549167c102374d5f7b0daf0eb5d8b07f (diff)
Clean up (begin):
Use ${palmtopdir} instead of hardcoding /opt/QtPalmtop. This eases to switch the default opie location once we want it (/usr, /opt/Qtopia /home/sweat/home)
Diffstat (limited to 'packages/nonworking/qualendar')
-rw-r--r--packages/nonworking/qualendar/qualendar_0.8.0.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/nonworking/qualendar/qualendar_0.8.0.bb b/packages/nonworking/qualendar/qualendar_0.8.0.bb
index a6a73f19d8..3a4bb15e35 100644
--- a/packages/nonworking/qualendar/qualendar_0.8.0.bb
+++ b/packages/nonworking/qualendar/qualendar_0.8.0.bb
@@ -9,9 +9,9 @@ S = ${WORKDIR}/${PN}/src
inherit palmtop
do_install() {
- install -d ${D}/opt/QtPalmtop/{bin,apps/Applications,pics}
- install -D -m 755 qualendar ${D}/opt/QtPalmtop/bin/qualendar
- install -D -m 644 qualendar.desktop ${D}/opt/QtPalmtop/apps/Applications/qualendar.desktop
- install -d ${D}/opt/QtPalmtop/pics
- cp -a *.png ${D}/opt/QtPalmtop/pics/
+ install -d ${D}${palmtopdir}/{bin,apps/Applications,pics}
+ install -D -m 755 qualendar ${D}${palmtopdir}/bin/qualendar
+ install -D -m 644 qualendar.desktop ${D}${palmtopdir}/apps/Applications/qualendar.desktop
+ install -d ${D}${palmtopdir}/pics
+ cp -a *.png ${D}${palmtopdir}/pics/
}