diff options
Diffstat (limited to 'www/lusca-head/files/patch-errors_Makefile.in')
-rw-r--r-- | www/lusca-head/files/patch-errors_Makefile.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/lusca-head/files/patch-errors_Makefile.in b/www/lusca-head/files/patch-errors_Makefile.in new file mode 100644 index 000000000000..a9d595be8c4a --- /dev/null +++ b/www/lusca-head/files/patch-errors_Makefile.in @@ -0,0 +1,20 @@ +--- errors/Makefile.in.orig 2009-12-06 09:30:18.000000000 +0000 ++++ errors/Makefile.in 2009-12-06 09:30:24.000000000 +0000 +@@ -236,7 +236,7 @@ + uudecode = @uudecode@ + errordir = $(datadir)/errors + DEFAULT_ERROR_DIR = $(errordir) +-INSTALL_LANGUAGES = templates @ERR_LANGUAGES@ ++INSTALL_LANGUAGES = @ERR_LANGUAGES@ + TEMPLATE_LANGUAGES = English + LANGUAGES = \ + Armenian \ +@@ -468,7 +468,7 @@ + fi + + dist-hook: +- @ for lang in $(LANGUAGES) templates; do \ ++ @ for lang in $(LANGUAGES) ; do \ + if test "$$lang" = .; then :; else \ + test -d $(distdir)/$$lang \ + || mkdir $(distdir)/$$lang \ |