summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/Makefile.in
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-12-26 14:33:09 +0000
committerKarl Berry <karl@freefriends.org>2019-12-26 14:33:09 +0000
commite65e322786ab64aa54e536675504533233635e26 (patch)
tree5278e5bf294b349b20f6ff257378f029e994ffb2 /Build/source/texk/kpathsea/Makefile.in
parent9fcc0a557811e8911cfd8971a0585856e64e4f08 (diff)
install-data-local must mkdir $(web2cdir) now
git-svn-id: svn://tug.org/texlive/trunk@53238 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/Makefile.in')
-rw-r--r--Build/source/texk/kpathsea/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/Makefile.in b/Build/source/texk/kpathsea/Makefile.in
index 3372979d84f..dd780e2dfd9 100644
--- a/Build/source/texk/kpathsea/Makefile.in
+++ b/Build/source/texk/kpathsea/Makefile.in
@@ -2424,6 +2424,7 @@ install-exec-local: installdirs-am
@WIN32_FALSE@ done
install-data-local: installdirs-am
+ $(MKDIR_P) '$(DESTDIR)$(web2cdir)'
@for f in $(dist_noinst_DATA); do \
if grep "original $$f --" "$(DESTDIR)$(web2cdir)/$$f" >/dev/null 2>&1 \
|| test ! -r "$(DESTDIR)$(web2cdir)/$$f"; then \