native.bbclass: fix do_stage (s/"]/" ]/) - taken from OE

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4096 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2008-03-20 07:15:35 +00:00
parent dd89caeb6d
commit 849af9b2a4
1 changed files with 1 additions and 1 deletions

View 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