[26319] in CVS-changelog-for-Kerberos-V5

home help back first fref pref prev next nref lref last post

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

daemon@ATHENA.MIT.EDU (tlyu@mit.edu)
Wed Jan 18 11:37:05 2012

Date: Wed, 18 Jan 2012 11:37:03 -0500
From: tlyu@mit.edu
Message-Id: <201201181637.q0IGb3tD026976@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu

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
 

_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5

home help back first fref pref prev next nref lref last post