native.bbclass: fix ] spacing
authorKoen Kooi <koen@openembedded.org>
Wed, 19 Mar 2008 21:53:03 +0000 (21:53 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 19 Mar 2008 21:53:03 +0000 (21:53 +0000)
classes/native.bbclass

index ec9ca6b..43c71e1 100644 (file)
@@ -76,7 +76,7 @@ export oldincludedir = "${STAGING_DIR_NATIVE}${layout_includedir}"
 do_stage () {
        if [ "${INHIBIT_NATIVE_STAGE_INSTALL}" != "1" ]
        then
-               if [ "${AUTOTOOLS_NATIVE_STAGE_INSTALL}" != "1"]
+               if [ "${AUTOTOOLS_NATIVE_STAGE_INSTALL}" != "1" ]
                then
                        oe_runmake install
                else