diff options
Diffstat (limited to 'scripts/oe-setup-builddir')
-rwxr-xr-x | scripts/oe-setup-builddir | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/oe-setup-builddir b/scripts/oe-setup-builddir index add0b50e25..f5b7e4e2d0 100755 --- a/scripts/oe-setup-builddir +++ b/scripts/oe-setup-builddir | |||
@@ -24,6 +24,7 @@ if [ -z "$BUILDDIR" ]; then | |||
24 | fi | 24 | fi |
25 | 25 | ||
26 | mkdir -p "$BUILDDIR/conf" | 26 | mkdir -p "$BUILDDIR/conf" |
27 | chmod -R -st "$BUILDDIR" | ||
27 | 28 | ||
28 | if [ ! -d "$BUILDDIR" ]; then | 29 | if [ ! -d "$BUILDDIR" ]; then |
29 | echo >&2 "Error: The builddir ($BUILDDIR) does not exist!" | 30 | echo >&2 "Error: The builddir ($BUILDDIR) does not exist!" |