diff options
author | Holger Freyther <zecke@selfish.org> | 2005-07-06 20:51:46 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-06 20:51:46 +0000 |
commit | a0dfd9af4c15763fc59b623259af6f6f851e9483 (patch) | |
tree | 37cb4b9bf47ac3d20aba52e8b024f2d4a87b0024 /packages/nonworking/freenote | |
parent | 4c4111af549167c102374d5f7b0daf0eb5d8b07f (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/freenote')
-rw-r--r-- | packages/nonworking/freenote/freenote_1.6.1.bb | 10 |
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/ } |