From db4b9b39e94eaaca737fa19018331434598bc741 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Sun, 29 Apr 2012 16:05:21 +0200 Subject: [PATCH] fix mode of binaries --- pandora_client/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_client/__init__.py b/pandora_client/__init__.py index 0347e6d..f4dee0d 100644 --- a/pandora_client/__init__.py +++ b/pandora_client/__init__.py @@ -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: