diff options
author | Brad King <brad.king@kitware.com> | 2021-01-07 21:04:31 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-01-07 21:10:07 (GMT) |
commit | 97e238f61bf79bb4bee74175168c0f79d7a78b82 (patch) | |
tree | 4d3e8cb88681b9ea89cc94ede304bf5d89a67e71 /Utilities | |
parent | 2c5f30b4721d18d2ff39595021c3ee6ec2341a8e (diff) | |
download | CMake-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.
Diffstat (limited to 'Utilities')
-rwxr-xr-x | Utilities/Release/macos/qt-5.9.9-macosx10.10-x86_64-arm64.bash | 2 |
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 |