mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
Add whitespace, made this script work for me
git-svn-id: https://svn.o-hand.com/repos/poky@132 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -24,7 +24,7 @@ if ! (test -d $BBDIR && test -d $PKGDIR && test -d $BUILDDIR); then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if !(test -r $BUILDDIR/conf/local.conf); then
|
||||
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
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user