diff options
-rwxr-xr-x | setdevenv | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ fi if ! (test -r $BUILDDIR/conf/local.conf); then echo "Setting up initial '$PKGDIR/conf/local.conf'." - cat $BUILDDIR/conf/local.conf.sample | sed -e"s|POKYROOT|${OEROOT}|" > $BUILDDIR/conf/local.conf + cat $BUILDDIR/conf/local.conf.sample | sed -e"s|POKYROOT|${OEROOT}|g" > $BUILDDIR/conf/local.conf fi BBPATH=$BBDIR |