summaryrefslogtreecommitdiff
path: root/packages/justreader/justreader_2.0k.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/justreader/justreader_2.0k.bb')
-rw-r--r--packages/justreader/justreader_2.0k.bb12
1 files changed, 6 insertions, 6 deletions
diff --git a/packages/justreader/justreader_2.0k.bb b/packages/justreader/justreader_2.0k.bb
index 117e747167..70ee709436 100644
--- a/packages/justreader/justreader_2.0k.bb
+++ b/packages/justreader/justreader_2.0k.bb
@@ -21,10 +21,10 @@ do_configure_prepend() {
}
do_install() {
- install -d ${D}/${palmtopdir}/bin \
- ${D}/${palmtopdir}/pics/${PN}/ \
- ${D}/${palmtopdir}/apps/Applications
- install -m 0644 apps/Applications/justreader.desktop ${D}/${palmtopdir}/apps/Applications/
- install -m 0755 bin/justreader ${D}/${palmtopdir}/bin/
- install -m 0644 pics/* ${D}/${palmtopdir}/pics/justreader/
+ install -d ${D}${palmtopdir}/bin \
+ ${D}${palmtopdir}/pics/${PN}/ \
+ ${D}${palmtopdir}/apps/Applications
+ install -m 0644 apps/Applications/justreader.desktop ${D}${palmtopdir}/apps/Applications/
+ install -m 0755 bin/justreader ${D}${palmtopdir}/bin/
+ install -m 0644 pics/* ${D}${palmtopdir}/pics/justreader/
}