summaryrefslogtreecommitdiffstats
path: root/scripts/poky-autobuild
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/poky-autobuild')
-rwxr-xr-xscripts/poky-autobuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/poky-autobuild b/scripts/poky-autobuild
index 2ce71ddfea..47dba812c8 100755
--- a/scripts/poky-autobuild
+++ b/scripts/poky-autobuild
@@ -75,7 +75,7 @@ if [ ! -e "$CONFFILE" ]; then
75 echo 'POKYMODE = "darwin"' >> "$CONFFILE" 75 echo 'POKYMODE = "darwin"' >> "$CONFFILE"
76 echo 'DARWINFILES = "file:///srv/poky/sources/"' >> "$CONFFILE" 76 echo 'DARWINFILES = "file:///srv/poky/sources/"' >> "$CONFFILE"
77 echo 'INHERIT_INSANE = ""' >> "$CONFFILE" 77 echo 'INHERIT_INSANE = ""' >> "$CONFFILE"
78 echo 'FILESPATH_append = ":$CURRDIR/meta-darwin/files"' >> "$CONFFILE" 78 echo "FILESPATH_append = \":$CURRDIR/meta-darwin/files\"" >> "$CONFFILE"
79 fi 79 fi
80fi 80fi
81 81