install-i18n.py

changeset 2160
1874d4410904
parent 2124
909d55803dd6
child 2302
f29e9405c851
diff -r 31a20aed2406 -r 1874d4410904 install-i18n.py
--- a/install-i18n.py	Tue Oct 23 20:06:53 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