diff options
| -rwxr-xr-x | setdevenv | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -24,7 +24,7 @@ if ! (test -d $BBDIR && test -d $PKGDIR && test -d $BUILDDIR); then | |||
| 24 | exit 1 | 24 | exit 1 |
| 25 | fi | 25 | fi |
| 26 | 26 | ||
| 27 | if !(test -r $BUILDDIR/conf/local.conf); then | 27 | if ! (test -r $BUILDDIR/conf/local.conf); then |
| 28 | echo "Setting up initial '$PKGDIR/conf/local.conf'." | 28 | echo "Setting up initial '$PKGDIR/conf/local.conf'." |
| 29 | cat $BUILDDIR/conf/local.conf.sample | sed -e"s|POKYROOT|${OEROOT}|" > $BUILDDIR/conf/local.conf | 29 | cat $BUILDDIR/conf/local.conf.sample | sed -e"s|POKYROOT|${OEROOT}|" > $BUILDDIR/conf/local.conf |
| 30 | fi | 30 | fi |
