summaryrefslogtreecommitdiff
path: root/setdevenv
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-06-22 10:41:34 +0000
committerRichard Purdie <richard@openedhand.com>2006-06-22 10:41:34 +0000
commit7f2982d4f230862466052e8c0fad3c16401f381e (patch)
treecc73300a7007f5621287cb73f942e191e3ca8a7b /setdevenv
parent8c5be6ef146581a11f3262e05a5c60710afac66c (diff)
downloadopenembedded-core-7f2982d4f230862466052e8c0fad3c16401f381e.tar.gz
openembedded-core-7f2982d4f230862466052e8c0fad3c16401f381e.tar.bz2
openembedded-core-7f2982d4f230862466052e8c0fad3c16401f381e.tar.xz
openembedded-core-7f2982d4f230862466052e8c0fad3c16401f381e.zip
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
Diffstat (limited to 'setdevenv')
-rwxr-xr-xsetdevenv2
1 files changed, 1 insertions, 1 deletions
diff --git a/setdevenv b/setdevenv
index 92ad41333..087faf842 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