SOURCES: vim-localedir.patch - make parent dir for locale messages

glen glen at pld-linux.org
Wed Apr 15 17:40:27 CEST 2009


Author: glen                         Date: Wed Apr 15 15:40:27 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- make parent dir for locale messages

---- Files affected:
SOURCES:
   vim-localedir.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/vim-localedir.patch
diff -u SOURCES/vim-localedir.patch:1.1 SOURCES/vim-localedir.patch:1.2
--- SOURCES/vim-localedir.patch:1.1	Wed Apr 15 09:31:18 2009
+++ SOURCES/vim-localedir.patch	Wed Apr 15 17:40:21 2009
@@ -71,3 +71,13 @@
  	   INSTALL_DATA=$(INSTALL_DATA) FILEMOD=$(FILEMOD) install; \
  	fi
  	if test -d $(LANGSOURCE); then \
+--- vim72/src/po/Makefile~	2008-07-24 21:52:54.000000000 +0300
++++ vim72/src/po/Makefile	2009-04-15 11:25:53.058913958 +0300
+@@ -132,6 +132,7 @@
+ 
+ install: $(MOFILES)
+ 	@$(MAKE) prefixcheck
++	install -d $(LOCALEDIR); \
+ 	for lang in $(LANGUAGES); do \
+ 	  dir=$(LOCALEDIR)/$$lang/; \
+ 	  if test ! -x "$$dir"; then \
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/vim-localedir.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list