summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nss/nsinstall.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nss/nsinstall.py b/nss/nsinstall.py
index e1728a932449..67d696b59706 100644
--- a/nss/nsinstall.py
+++ b/nss/nsinstall.py
@@ -147,6 +147,7 @@ def nsinstall(argv):
shutil.copy2(srcpath, targetpath)
else:
if os.path.exists(targetpath):
+ os.chmod(targetpath, 755)
os.remove(targetpath)
shutil.copy(srcpath, targetpath)