git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3913117
)
tzdata: fix sh equality operator
author
Andreas Oberritter
<obi@opendreambox.org>
Tue, 26 Oct 2010 15:43:37 +0000
(15:43 +0000)
committer
Michael Smith
<msmith@cbnco.com>
Sun, 14 Nov 2010 23:36:56 +0000
(18:36 -0500)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Acked-by: Michael Smith <msmith@cbnco.com>
recipes/tzdata/tzdata.inc
patch
|
blob
|
history
diff --git
a/recipes/tzdata/tzdata.inc
b/recipes/tzdata/tzdata.inc
index
9d71354
..
dd5c2c9
100644
(file)
--- a/
recipes/tzdata/tzdata.inc
+++ b/
recipes/tzdata/tzdata.inc
@@
-39,7
+39,7
@@
do_install () {
install -d ${D}${prefix} ${D}${datadir}/zoneinfo
cp -pPR ${WORKDIR}/build${prefix}/* ${D}${prefix}
# Only eglibc is removing zoneinfo files from package
- if [ "${LIBC}"x =
=
"eglibc"x ] ; then
+ if [ "${LIBC}"x = "eglibc"x ] ; then
cp -pP "${WORKDIR}/zone.tab" ${D}${datadir}/zoneinfo
cp -pP "${WORKDIR}/iso3166.tab" ${D}${datadir}/zoneinfo
fi