]> git.pld-linux.org Git - packages/vim.git/commitdiff
- make parent dir for locale messages
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 15 Apr 2009 15:40:21 +0000 (15:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vim-localedir.patch -> 1.2

vim-localedir.patch

index d9d0d90a42df4f48a9b4d694b34ea27d09e7c31a..805bf5bafdfe2c00a9d0852d1ff1e815e8057a3d 100644 (file)
           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 \
This page took 0.113326 seconds and 4 git commands to generate.