From f69711e85e5702cee80f63561985a12a5277c16d Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Tue, 26 Oct 2010 15:43:25 +0000 Subject: [PATCH] shr: fix sh equality operator Signed-off-by: Andreas Oberritter Acked-by: Michael Smith --- recipes/shr/initscripts-shr_0.0.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/shr/initscripts-shr_0.0.1.bb b/recipes/shr/initscripts-shr_0.0.1.bb index ce76fbdb41..397cff769d 100644 --- 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 -- 2.39.5