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