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:
ff15feb
)
shr: fix sh equality operator
author
Andreas Oberritter
<obi@opendreambox.org>
Tue, 26 Oct 2010 15:43:25 +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/shr/initscripts-shr_0.0.1.bb
patch
|
blob
|
history
diff --git
a/recipes/shr/initscripts-shr_0.0.1.bb
b/recipes/shr/initscripts-shr_0.0.1.bb
index
ce76fbd
..
397cff7
100644
(file)
--- a/
recipes/shr/initscripts-shr_0.0.1.bb
+++ b/
recipes/shr/initscripts-shr_0.0.1.bb
@@
-76,7
+76,7
@@
do_install () {
install -m 0755 ${WORKDIR}/umountfs ${D}${sysconfdir}/init.d
install -m 0755 ${WORKDIR}/umountnfs.sh ${D}${sysconfdir}/init.d
- if [ "${MACHINE}" =
=
"palmpre" ]; then
+ if [ "${MACHINE}" = "palmpre" ]; then
install -m 0755 ${WORKDIR}/mountdevtmpfs.sh ${D}${sysconfdir}/init.d
ln -sf ../init.d/mountdevtmpfs.sh ${D}${sysconfdir}/rcS.d/S03mountdevtmpfs.sh
fi