]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Ensure errors/ always exists for install
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 22 Jul 2009 08:06:10 +0000 (20:06 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 22 Jul 2009 08:06:10 +0000 (20:06 +1200)
errors/Makefile.am

index a25a33e6e9249fb4e1d369cd78def52647f0a8ac..dd80a7bfc84c9eec87e57683dbe8ec7c8ab1ef27 100644 (file)
@@ -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 \