install-i18n.py

branch
5_2_x
changeset 2161
32591cea4dba
parent 2125
091c0c716635
child 2302
f29e9405c851
diff -r 7ab512c23fdd -r 32591cea4dba install-i18n.py
--- a/install-i18n.py	Tue Oct 23 20:06:07 2012 +0200
+++ b/install-i18n.py	Wed Oct 24 10:30:25 2012 +0200
@@ -81,6 +81,7 @@
     try:
         for fn in glob.glob(os.path.join('eric', 'i18n', '*.qm')):
             shutil.copy2(fn, targetDir)
+            os.chmod(os.path.join(targetDir, os.path.basename(fn)), 0o644)
     except IOError as msg:
         sys.stderr.write(
             'IOError: {0}\nTry install-i18n as root.\n'.format(msg))

eric ide

mercurial