Signed-off-by: Sylvain 'GarthPS' Paré <sylvain.p...@gmail.com>
---
 Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 07507b5..a97f27d 100644
--- a/Makefile
+++ b/Makefile
@@ -262,8 +262,8 @@ aurora/.configured: common/.git/config 
openembedded-core/.git/config meta-openem
        [ -e aurora/setup-env ] || ( cd aurora ; ln -sf ../common/setup-env . )
        [ -e aurora/setup-local ] || ( cd aurora ; \
          echo "# keep this file compatible with sh (it's read from setup-env)" 
> setup-local; \
-         echo "DISTRO="aurora"" >> setup-local; \
-         echo "MACHINE="palmpre2"" >> setup-local; \
+         echo "DISTRO=\"aurora\"" >> setup-local; \
+         echo "MACHINE=\"palmpre2\"" >> setup-local; \
          echo "export BBFETCH2=True" >> setup-local; )
        [ -e aurora/downloads ] || ( cd aurora ; ln -sf ../downloads . )
        [ -e aurora/bitbake ] || ( cd aurora ; ln -sf ../bitbake . )
-- 
1.7.4.1

_______________________________________________
Shr-devel mailing list
Shr-devel@lists.shr-project.org
http://lists.shr-project.org/mailman/listinfo/shr-devel

Reply via email to