浏览代码

Change output file privileges (664).

apendua 13 年之前
父节点
当前提交
0b249adbe0
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      utils/build.py

+ 1 - 0
utils/build.py

@@ -44,6 +44,7 @@ def main(argv=None):
   if args.minify is False:
 
       shutil.copy(path, output)
+      os.chmod(output, 0664); # temp files would usually get 0600
 
   else: