summaryrefslogtreecommitdiffstats
path: root/src/po/Makefile.in
diff options
context:
space:
mode:
authorSam Hartman <hartmans@mit.edu>2011-11-29 21:22:26 +0000
committerSam Hartman <hartmans@mit.edu>2011-11-29 21:22:26 +0000
commitdfa35ab001beb56299cac9c2386f05cd1a85a033 (patch)
tree957c85a64fd15d99091f99a4b2b99b3e6f6b4dbc /src/po/Makefile.in
parent8d233a930ae1873fa573be2dd5e07599a59d0300 (diff)
downloadkrb5-dfa35ab001beb56299cac9c2386f05cd1a85a033.tar.gz
krb5-dfa35ab001beb56299cac9c2386f05cd1a85a033.tar.xz
krb5-dfa35ab001beb56299cac9c2386f05cd1a85a033.zip
Use INSTALL_DATA to avoid marking .mo files executable
ticket: new target_version: 1.10 tags: pullup subject: Use INSTALL_DATA to install message catalogues git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25492 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/po/Makefile.in')
-rw-r--r--src/po/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/po/Makefile.in b/src/po/Makefile.in
index 4b58c726e7..380674c8d8 100644
--- a/src/po/Makefile.in
+++ b/src/po/Makefile.in
@@ -45,7 +45,7 @@ install::
lang=`basename $$c .mo`; \
$(top_srcdir)/config/mkinstalldirs \
$(DESTDIR)$(KRB5_LOCALEDIR)/$$lang/LC_MESSAGES; \
- install -c $$c \
+ $(INSTALL_DATA) $$c \
$(DESTDIR)$(KRB5_LOCALEDIR)/$$lang/LC_MESSAGES/$(DOMAIN).mo; \
done