From a055d5aafd327d7efabc1ff6440f7db31986a379 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Wed, 22 Jul 2009 20:06:10 +1200 Subject: [PATCH] Ensure errors/ always exists for install --- errors/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/errors/Makefile.am b/errors/Makefile.am index a25a33e6e9..dd80a7bfc8 100644 --- a/errors/Makefile.am +++ b/errors/Makefile.am @@ -16,6 +16,7 @@ TRANSLATIONDIR=`ls -1 $(srcdir) $(builddir) | sed -e 's%$(srcdir)/%%' -e 's%$(bu ## TODO: prevent this loop installing everything twice when srcdir == builddir install-data-local: + $(mkinstalldirs) $(DESTDIR)$(DEFAULT_ERROR_DIR) ; \ for l in $(TRANSLATIONDIR) ; do \ echo "Located $$l for install..."; \ if test -d $(srcdir)/$$l; then \ -- 2.47.2