fix mode of binaries

This commit is contained in:
j 2012-04-29 16:05:21 +02:00
parent 1df0ba3427
commit db4b9b39e9

View file

@ -273,7 +273,7 @@ class Client(object):
if not os.path.exists(path): if not os.path.exists(path):
print "installing %s in %s" % (p, bindir) print "installing %s in %s" % (p, bindir)
ox.net.saveUrl('http://firefogg.org/nightly/%s.%s' % (p, osname), path) 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): def add_volume(self, args):
if len(args) != 2: if len(args) != 2: