mirror of
https://github.com/erkin/ponysay
synced 2024-11-24 12:23:05 +00: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:
|
else:
|
||||||
conf = self.configure(opts.opts)
|
conf = self.configure(opts.opts)
|
||||||
self.viewconf(conf)
|
self.viewconf(conf)
|
||||||
|
os.umask(0o77)
|
||||||
|
|
||||||
if method == 'build':
|
if method == 'build':
|
||||||
self.build(conf)
|
self.build(conf)
|
||||||
|
|
Loading…
Reference in a new issue