mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 03:29:18 -05:00
Utilities/Release: Fix macOS Qt 5.9 build script umask
Produce a tarball with world-readable permissions.
This commit is contained in:
@@ -13,6 +13,8 @@
|
|||||||
set -e
|
set -e
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
|
umask 022
|
||||||
|
|
||||||
# Verify that 'makeuniversal' is available in the PATH.
|
# Verify that 'makeuniversal' is available in the PATH.
|
||||||
type -p makeuniversal >/dev/null
|
type -p makeuniversal >/dev/null
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user