components/meld/patches/po-Makefile.patch
author Ivo Raisr <ivo.raisr@oracle.com>
Sat, 26 Nov 2016 14:44:47 -0800
branchs11u3-sru
changeset 7455 cefc5b17cc4b
parent 227 1e1ccdc6b1e6
permissions -rw-r--r--
24766235 Change to build PAM_PKCS11 with the pcsclite=yes option for 32 bit 24897765 err_display_time and quiet options are placed incorrectly in pam_pkcs11.conf 24790022 Fix spelling and grammar errors in pam_pkcs11.c messages

--- meld-1.4.0/po/Makefile	Sun Sep 26 15:25:02 2010
+++ meld-1.4.0/po/new.Makefile	Thu Apr 21 11:14:21 2011
@@ -30,8 +30,8 @@
 #	intltool-update $*
 
 $(DESTDIR)$(localedir)/%/LC_MESSAGES/meld.mo : %/LC_MESSAGES/meld.mo
-	mkdir -m 755 -p $(dir $@) && install -m 644 $< $@
+	mkdir -m 755 -p $(dir $@) && ginstall -m 444 $< $@
 
 %/LC_MESSAGES/meld.mo : %.po
-	mkdir -m 755 -p $(dir $@) && msgfmt -c -o $@ $<
+	mkdir -m 755 -p $(dir $@) && msgfmt -o $@ $<