mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-21 20:18:00 +01:00
use umask 755 in setup (issue #161)
Signed-off-by: Mattias Andrée <maandree@operamail.com>
This commit is contained in:
parent
e30736aa27
commit
5c64324a38
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -271,6 +271,7 @@ class Setup():
|
|||
else:
|
||||
conf = self.configure(opts.opts)
|
||||
self.viewconf(conf)
|
||||
os.umask(0o77)
|
||||
|
||||
if method == 'build':
|
||||
self.build(conf)
|
||||
|
|
Loading…
Reference in a new issue