summaryrefslogtreecommitdiff
path: root/Build-tools/Do-all-build-steps
diff options
context:
space:
mode:
authorunknown <monty@work.mysql.com>2000-09-07 14:43:46 +0200
committerunknown <monty@work.mysql.com>2000-09-07 14:43:46 +0200
commit403c2d9f9844b1ac201c4376e67c4f27d240666f (patch)
treece4a2ab6c39fb17a22c17c945fc26fab33a5f4fd /Build-tools/Do-all-build-steps
parente7ab159a75662aa7845715b8217cef88b74b77c0 (diff)
downloadmariadb-git-403c2d9f9844b1ac201c4376e67c4f27d240666f.tar.gz
Updates for 3.23.24 build
Build-tools/Do-all-build-steps: Fix privileges for tables Build-tools/Do-patch-file: Fix for move to bk
Diffstat (limited to 'Build-tools/Do-all-build-steps')
-rwxr-xr-xBuild-tools/Do-all-build-steps4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build-tools/Do-all-build-steps b/Build-tools/Do-all-build-steps
index 1631e613f51..ba19bf1537e 100755
--- a/Build-tools/Do-all-build-steps
+++ b/Build-tools/Do-all-build-steps
@@ -24,9 +24,9 @@ set -x
# Move to the right place
cd "$WD"
# Create a build directory tree
-bk export -w $BD
-chmod a+x $BD/mit-pthreads/config/configure $BD/Build-tools/* $BD/tests/*.pl
+bk export $BD
cd "$BD"
+chmod -R a+rw,g+rw .
#Make it easy to remove an old build
umask 002