From 21394fb42a00d2ac26b081fe94328eb33e09dcf9 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 8 Sep 2000 09:49:25 +0200 Subject: 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 --- Build-tools/Do-all-build-steps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Build-tools/Do-all-build-steps') 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 -- cgit v1.2.1