From c37eb5759b8f11f86295cd463393f29cb7b46c28 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 15 Apr 2009 15:40:21 +0000 Subject: [PATCH] - make parent dir for locale messages Changed files: vim-localedir.patch -> 1.2 --- vim-localedir.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/vim-localedir.patch b/vim-localedir.patch index d9d0d90..805bf5b 100644 --- a/vim-localedir.patch +++ b/vim-localedir.patch @@ -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 \ -- 2.44.0