rox: fix sh equality operator
authorAndreas Oberritter <obi@opendreambox.org>
Tue, 26 Oct 2010 15:43:22 +0000 (15:43 +0000)
committerMichael 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

index 5216d7b..a28ffee 100644 (file)
@@ -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;