From a716d991156aa04939496ba177c29ff87a26608c Mon Sep 17 00:00:00 2001 From: Matthew Allum Date: Wed, 31 Aug 2005 12:44:02 +0000 Subject: more local.conf rejigging git-svn-id: https://svn.o-hand.com/repos/poky@6 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- setdevenv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setdevenv') diff --git a/setdevenv b/setdevenv index 0c3c572fe0..decbf6a30f 100755 --- a/setdevenv +++ b/setdevenv @@ -24,9 +24,9 @@ if ! (test -d $BBDIR && test -d $PKGDIR && test -d $BUILDDIR); then exit 1 fi -if !(test -r $PKGDIR/conf/local.conf); then +if !(test -r $BUILDDIR/conf/local.conf); then echo "Setting up initial '$PKGDIR/conf/local.conf'." - cat $PKGDIR/conf/local.conf.sample | sed -e"s|POKYROOT|${OEROOT}|" > $PKGDIR/conf/local.conf + cat $BUILDDIR/conf/local.conf.sample | sed -e"s|POKYROOT|${OEROOT}|" > $BUILDDIR/conf/local.conf fi BBPATH=$BBDIR -- cgit v1.2.3-54-g00ecf