summaryrefslogtreecommitdiffstats
path: root/po
diff options
context:
space:
mode:
authorHilko Bengen <bengen@hilluzination.de>2012-11-01 00:14:52 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-11-01 12:25:56 +0000
commit4c285dd8f6a263ed62802af2c89c4cc75497c1ce (patch)
tree0d092f6f6cf4bf5a9ae2b9f016b3e5a6a55ee3eb /po
parent6871400223e928af3f058edf24e8c974c777689d (diff)
downloadlibguestfs-4c285dd8f6a263ed62802af2c89c4cc75497c1ce.tar.gz
libguestfs-4c285dd8f6a263ed62802af2c89c4cc75497c1ce.tar.xz
libguestfs-4c285dd8f6a263ed62802af2c89c4cc75497c1ce.zip
message catalogs don't need to be executable
Diffstat (limited to 'po')
-rw-r--r--po/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile.am b/po/Makefile.am
index 141896a3..f401a6f5 100644
--- a/po/Makefile.am
+++ b/po/Makefile.am
@@ -97,7 +97,7 @@ install-data-hook: $(GMOFILES)
for lang in $(linguas); do \
d=$(DESTDIR)$(langinstdir)/$$lang/LC_MESSAGES; \
mkdir -p $$d; \
- install -m 0755 $$lang.gmo $$d/$(DOMAIN).mo; \
+ install -m 0644 $$lang.gmo $$d/$(DOMAIN).mo; \
done
.PRECIOUS: $(DOMAIN).pot $(POFILES)