summaryrefslogtreecommitdiff
path: root/Build-tools
diff options
context:
space:
mode:
authorunknown <monty@work.mysql.com>2000-09-08 09:49:25 +0200
committerunknown <monty@work.mysql.com>2000-09-08 09:49:25 +0200
commitfba1498ca0c373ff4faf02ccdd876bd485a95846 (patch)
tree9c42e9df08c547c0c93d61231b94578a93e03443 /Build-tools
parent1dc6a46936306fbccaf19275e6f9dc4acc1e48a1 (diff)
downloadmariadb-git-fba1498ca0c373ff4faf02ccdd876bd485a95846.tar.gz
Fixes for 3.23.24
Build-tools/Do-all-build-steps: Fixed type in chmod scripts/make_binary_distribution.sh: All libmysqlclient_r files wheren't included
Diffstat (limited to 'Build-tools')
-rwxr-xr-xBuild-tools/Do-all-build-steps2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build-tools/Do-all-build-steps b/Build-tools/Do-all-build-steps
index ba19bf1537e..a5b1457e359 100755
--- a/Build-tools/Do-all-build-steps
+++ b/Build-tools/Do-all-build-steps
@@ -26,7 +26,7 @@ cd "$WD"
# Create a build directory tree
bk export $BD
cd "$BD"
-chmod -R a+rw,g+rw .
+chmod -R u+rw,g+rw .
#Make it easy to remove an old build
umask 002