fix mode of binaries
This commit is contained in:
parent
1df0ba3427
commit
db4b9b39e9
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ class Client(object):
|
|||
if not os.path.exists(path):
|
||||
print "installing %s in %s" % (p, bindir)
|
||||
ox.net.saveUrl('http://firefogg.org/nightly/%s.%s' % (p, osname), path)
|
||||
os.chmod(path, 755)
|
||||
os.chmod(path, 0755)
|
||||
|
||||
def add_volume(self, args):
|
||||
if len(args) != 2:
|
||||
|
|
Loading…
Reference in a new issue