projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d233a9
)
Use INSTALL_DATA to avoid marking .mo files executable
author
Sam Hartman
<hartmans@mit.edu>
Tue, 29 Nov 2011 21:22:26 +0000
(21:22 +0000)
committer
Sam Hartman
<hartmans@mit.edu>
Tue, 29 Nov 2011 21:22:26 +0000
(21:22 +0000)
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
src/po/Makefile.in
patch
|
blob
|
history
diff --git
a/src/po/Makefile.in
b/src/po/Makefile.in
index 4b58c726e72c8b553c6ccbf7bf3aa2a034157813..380674c8d8cb1c791c35222d0a78fcecac6057c3 100644
(file)
--- 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