diff --git a/tool/make-snapshot b/tool/make-snapshot index 78816c2d85..79289d6bfb 100755 --- a/tool/make-snapshot +++ b/tool/make-snapshot @@ -316,7 +316,7 @@ def package(vcs, rev, destdir, tmp = nil) FileUtils.mkpath(File.dirname(dest)) begin FileUtils.cp_r(file, dest) - FileUtils.chmod_R("u=rwX,go=rX", dest) + FileUtils.chmod_R("a+rwX,go-w", dest) rescue SystemCallError end end