svn rev #25492: trunk/src/po/
hartmans@MIT.EDU
hartmans at MIT.EDU
Tue Nov 29 16:22:26 EST 2011
http://src.mit.edu/fisheye/changelog/krb5/?cs=25492
Commit By: hartmans
Log Message:
ticket: new target_version: 1.10 tags: pullup subject: Use INSTALL_DATA to install message catalogues
Use INSTALL_DATA to avoid marking .mo files executable
Changed Files:
U trunk/src/po/Makefile.in
Modified: trunk/src/po/Makefile.in
===================================================================
--- trunk/src/po/Makefile.in 2011-11-29 21:22:21 UTC (rev 25491)
+++ trunk/src/po/Makefile.in 2011-11-29 21:22:26 UTC (rev 25492)
@@ -45,7 +45,7 @@
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
More information about the cvs-krb5
mailing list