use umask 755 in setup (issue #161)

Signed-off-by: Mattias Andrée <maandree@operamail.com>
This commit is contained in:
Mattias Andrée 2013-06-01 05:41:42 +02:00
parent e30736aa27
commit 5c64324a38

View file

@ -271,6 +271,7 @@ class Setup():
else:
conf = self.configure(opts.opts)
self.viewconf(conf)
os.umask(0o77)
if method == 'build':
self.build(conf)