Rename the supplied default local.conf to local.conf.sample, per mallum's request.

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@671 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Chris Larson 2006-08-29 08:36:28 +00:00
parent ecb32bdee7
commit bc83fd8803
2 changed files with 4 additions and 0 deletions

View File

@ -49,6 +49,10 @@ if ! (test -d $BBDIR && test -d $PKGDIR && test -d $BUILDDIR); then
exit 1
fi
if ! (test -r $BUILDDIR/conf/local.conf); then
cp -f $BUILDDIR/conf/local.conf.sample $BUILDDIR/conf/local.conf
fi
BBPATH=$BBDIR
if test x"$BBDIR" != x"$PKGDIR"; then
BBPATH=$PKGDIR:$BBPATH