setdevenv: Update sed to make mutliple replacements in local.conf.sample

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@493 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2006-06-22 10:41:34 +00:00
parent 8c5be6ef14
commit 7f2982d4f2
1 changed files with 1 additions and 1 deletions

View File

@ -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