fix mode of binaries

This commit is contained in:
j 2012-04-29 16:05:21 +02:00
parent 1df0ba3427
commit db4b9b39e9
1 changed files with 1 additions and 1 deletions

View File

@ -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: