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:
3041d31
)
rox: fix sh equality operator
author
Andreas Oberritter
<obi@opendreambox.org>
Tue, 26 Oct 2010 15:43:22 +0000
(15:43 +0000)
committer
Michael Smith
<msmith@cbnco.com>
Sun, 14 Nov 2010 23:36:55 +0000
(18:36 -0500)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Acked-by: Michael Smith <msmith@cbnco.com>
recipes/rox/rox-filer_2.5.bb
patch
|
blob
|
history
diff --git
a/recipes/rox/rox-filer_2.5.bb
b/recipes/rox/rox-filer_2.5.bb
index
5216d7b
..
a28ffee
100644
(file)
--- a/
recipes/rox/rox-filer_2.5.bb
+++ b/
recipes/rox/rox-filer_2.5.bb
@@
-45,7
+45,7
@@
do_install() {
for f in ${WORKDIR}/${P}/ROX-Filer/Messages/*.gmo; do
export ROXTMP=`basename $f .gmo` ;
- if [ $ROXTMP =
=
"sp" ]; then
+ if [ $ROXTMP = "sp" ]; then
export ROXTMP="es" ;
fi
install -d ${D}${datadir}/locale/$ROXTMP/LC_MESSAGES;