Unverified Commit 77d32bc5 authored by Feng Xiao's avatar Feng Xiao Committed by GitHub

Merge pull request #4053 from xfxyjwf/fixumask

Fix file permission for python package.
parents 396336eb 0fc85acd
......@@ -47,6 +47,7 @@ DEV=$2
# Make sure all files are world-readable.
find python -type d -exec chmod a+r,a+x {} +
find python -type f -exec chmod a+r {} +
umask 0022
# Check that the supplied version number matches what's inside the source code.
SOURCE_VERSION=`get_source_version`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment