summaryrefslogtreecommitdiff
path: root/packages/nonworking/freenote
diff options
context:
space:
mode:
Diffstat (limited to 'packages/nonworking/freenote')
-rw-r--r--packages/nonworking/freenote/freenote_1.6.1.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/nonworking/freenote/freenote_1.6.1.bb b/packages/nonworking/freenote/freenote_1.6.1.bb
index dacafdb365..d8ada414e9 100644
--- a/packages/nonworking/freenote/freenote_1.6.1.bb
+++ b/packages/nonworking/freenote/freenote_1.6.1.bb
@@ -14,9 +14,9 @@ do_configure_prepend() {
}
do_install() {
- install -d ${D}/opt/QtPalmtop/{bin,apps/Applications,pics}
- install -D -m 755 freenoteeintu ${D}/opt/QtPalmtop/bin/freenoteeintu
- install -D -m 644 ${FILESDIR}/freenoteeintu.desktop ${D}/opt/QtPalmtop/apps/Applications/freenoteeintu.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 freenoteeintu ${D}${palmtopdir}/bin/freenoteeintu
+ install -D -m 644 ${FILESDIR}/freenoteeintu.desktop ${D}${palmtopdir}/apps/Applications/freenoteeintu.desktop
+ install -d ${D}/${palmtopdir}/pics
+ cp -a *.png ${D}${palmtopdir}/pics/
}