We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d6ddc3c + fb06797 commit d0844f4Copy full SHA for d0844f4
wheel/wheel.bzl
@@ -66,7 +66,7 @@ def _bdist_wheel_impl(ctx):
66
command = "mkdir -p {package_dir}".format(package_dir = package_dir.path),
67
)
68
69
- command = "chmod 0775 {package_dir} " + \
+ command = "chmod 0777 -R {package_dir} " + \
70
"&& rsync -R {source_list} {package_dir} " + \
71
"&& cp {setup_py_path} {setup_py_dest_dir} " + \
72
"&& cp {manifest_path} {setup_py_dest_dir} " + \
0 commit comments