summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-01-07 21:04:31 (GMT)
committerBrad King <brad.king@kitware.com>2021-01-07 21:10:07 (GMT)
commit97e238f61bf79bb4bee74175168c0f79d7a78b82 (patch)
tree4d3e8cb88681b9ea89cc94ede304bf5d89a67e71
parent2c5f30b4721d18d2ff39595021c3ee6ec2341a8e (diff)
downloadCMake-97e238f61bf79bb4bee74175168c0f79d7a78b82.zip
CMake-97e238f61bf79bb4bee74175168c0f79d7a78b82.tar.gz
CMake-97e238f61bf79bb4bee74175168c0f79d7a78b82.tar.bz2
Utilities/Release: Fix macOS Qt 5.9 build script umask
Produce a tarball with world-readable permissions.
-rwxr-xr-xUtilities/Release/macos/qt-5.9.9-macosx10.10-x86_64-arm64.bash2
1 files changed, 2 insertions, 0 deletions
diff --git a/Utilities/Release/macos/qt-5.9.9-macosx10.10-x86_64-arm64.bash b/Utilities/Release/macos/qt-5.9.9-macosx10.10-x86_64-arm64.bash
index a61e114..79931ec 100755
--- a/Utilities/Release/macos/qt-5.9.9-macosx10.10-x86_64-arm64.bash
+++ b/Utilities/Release/macos/qt-5.9.9-macosx10.10-x86_64-arm64.bash
@@ -13,6 +13,8 @@
set -e
set -x
+umask 022
+
# Verify that 'makeuniversal' is available in the PATH.
type -p makeuniversal >/dev/null