From 7f2982d4f230862466052e8c0fad3c16401f381e Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 22 Jun 2006 10:41:34 +0000 Subject: [PATCH] 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 --- setdevenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setdevenv b/setdevenv index 92ad41333e..087faf8424 100755 --- a/setdevenv +++ b/setdevenv @@ -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