diff options
author | Holger Freyther <zecke@selfish.org> | 2004-10-14 19:45:59 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2004-10-14 19:45:59 +0000 |
commit | 6fc03c78b1508ff621be4894ae8ed4237d7e1ab3 (patch) | |
tree | 671b0aa2b29a8238bd467cea9bb4d3430fb8a8c9 /opie-taskbar/opie-taskbar_cvs.oe | |
parent | 20e27493c4712f22c8c08153eaf243a8eef8300d (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into handhelds.org:/home/ich/programming/oe/oe-packages-exported
2004/10/14 21:45:11+02:00 handhelds.org!zecke
Opie Networksettings CVS:
-Install changedns
2004/10/14 18:04:31+02:00 handhelds.org!zecke
Merge bk://openembedded@openembedded.bkbits.net/packages
into handhelds.org:/home/ich/programming/oe/oe-packages-exported
2004/10/14 17:35:36+02:00 handhelds.org!zecke
Opie-Taskbar CVS:
-Install locale.conf into the package if it is not empty
-On Opie start install locale.conf
BKrev: 416ed777c7dv8nQtYk7oyzu6ZkDQJA
Diffstat (limited to 'opie-taskbar/opie-taskbar_cvs.oe')
-rw-r--r-- | opie-taskbar/opie-taskbar_cvs.oe | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/opie-taskbar/opie-taskbar_cvs.oe b/opie-taskbar/opie-taskbar_cvs.oe index e43388faee..876a9ef91c 100644 --- a/opie-taskbar/opie-taskbar_cvs.oe +++ b/opie-taskbar/opie-taskbar_cvs.oe @@ -18,7 +18,8 @@ SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/core/apps/cal file://server.pro \ file://opie-reorgfiles \ file://opie \ - file://qpe.conf" + file://qpe.conf \ + file://locale.conf " S = "${WORKDIR}/launcher" @@ -91,6 +92,9 @@ do_install() { install -m 0755 ${WORKDIR}/opie ${D}/etc/init.d/opie install -m 0644 ${WORKDIR}/qpe.conf ${D}/${palmtopdir}/etc/skel/ + if [ -s ${WORKDIR}/locale.conf ]; then + install -m 0644 ${WORKDIR}/locale.conf ${D}/${palmtopdir}/etc/skel/ + fi } # These two should be installed only on devices with keyboard |