svn rev #25656: branches/krb5-1-10/src/po/

tlyu@MIT.EDU tlyu at MIT.EDU
Wed Jan 18 11:37:03 EST 2012


http://src.mit.edu/fisheye/changelog/krb5/?cs=25656
Commit By: tlyu
Log Message:
ticket: 7078
subject: Use INSTALL_DATA to install message catalogues
version_fixed: 1.10
status: resolved

Pull up r25492 from trunk

 ------------------------------------------------------------------------
 r25492 | hartmans | 2011-11-29 16:22:26 -0500 (Tue, 29 Nov 2011) | 4 lines

 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   branches/krb5-1-10/src/po/Makefile.in
Modified: branches/krb5-1-10/src/po/Makefile.in
===================================================================
--- branches/krb5-1-10/src/po/Makefile.in	2012-01-18 16:36:57 UTC (rev 25655)
+++ branches/krb5-1-10/src/po/Makefile.in	2012-01-18 16:37:02 UTC (rev 25656)
@@ -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