[26153] in CVS-changelog-for-Kerberos-V5
svn rev #25492: trunk/src/po/
daemon@ATHENA.MIT.EDU (hartmans@mit.edu)
Tue Nov 29 21:50:11 2011
Date: Tue, 29 Nov 2011 16:22:26 -0500
From: hartmans@mit.edu
Message-Id: <201111292122.pATLMQPT020591@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=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
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5