diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-07-04 15:34:03 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-07-04 15:34:03 +0000 |
commit | 8ef2e54a4be5388da382c8e6cba020eae12db82d (patch) | |
tree | 21649e01dd9120f449e0eb59f04f419a5d2d4d4a /packages/opie-taskbar/opie-taskbar.inc | |
parent | 0e9af53da658341097794a87b6f17199eb7c5a96 (diff) |
opie-taskbar: Install to $libdir/$bindir.
* Per #2254
Diffstat (limited to 'packages/opie-taskbar/opie-taskbar.inc')
-rw-r--r-- | packages/opie-taskbar/opie-taskbar.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/opie-taskbar/opie-taskbar.inc b/packages/opie-taskbar/opie-taskbar.inc index 8dae3b2484..450e4b4617 100644 --- a/packages/opie-taskbar/opie-taskbar.inc +++ b/packages/opie-taskbar/opie-taskbar.inc @@ -44,7 +44,7 @@ SECTIONS = "1Pim Applications Examples Games Opie-SH Python Settings" PICS = "opielogo32x32.png start_button.png new_wait.png opielogo16x16.png sidebar.png" do_install() { - install -d ${D}${palmtopdir}/bin + install -d ${D}${bindir} for i in ${SECTIONS} do install -d ${D}${palmtopdir}/apps/$i/ @@ -57,7 +57,7 @@ do_install() { install -d ${D}${palmtopdir}/etc/skel install -d ${D}${sysconfdir} - install -m 0755 ${S}/qpe ${D}${palmtopdir}/bin/qpe + install -m 0755 ${S}/qpe ${D}${bindir}/qpe install -m 0644 ${WORKDIR}/apps/Settings/calibrate.desktop ${D}${palmtopdir}/apps/Settings/ install -m 0644 ${WORKDIR}/apps/Settings/quit.desktop ${D}${palmtopdir}/apps/Settings/ |