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:
602f296
)
gpe-icons: fix sh equality operator
author
Andreas Oberritter
<obi@opendreambox.org>
Tue, 26 Oct 2010 15:42:54 +0000
(15:42 +0000)
committer
Michael Smith
<msmith@cbnco.com>
Sun, 14 Nov 2010 23:36:52 +0000
(18:36 -0500)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Acked-by: Michael Smith <msmith@cbnco.com>
recipes/gpe-icons/gpe-icons.inc
patch
|
blob
|
history
diff --git
a/recipes/gpe-icons/gpe-icons.inc
b/recipes/gpe-icons/gpe-icons.inc
index
f1ce472
..
706e6fb
100644
(file)
--- a/
recipes/gpe-icons/gpe-icons.inc
+++ b/
recipes/gpe-icons/gpe-icons.inc
@@
-30,7
+30,7
@@
pkg_postinst_shr() {
pixmap_dirs_root="${datadir}/gpe/"
cd ${pixmap_dirs_root}
for pixmap_dir in pixmaps.*; do
- if [ "${pixmap_dir}"x =
=
"pixmaps.${PN}"x ] ; then
+ if [ "${pixmap_dir}"x = "pixmaps.${PN}"x ] ; then
continue;
fi
for pixmap in `find ${pixmap_dir}`; do