1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

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