texlive[53238] Build/source/texk/kpathsea: install-data-local must
commits+karl at tug.org
commits+karl at tug.org
Thu Dec 26 15:33:10 CET 2019
Revision: 53238
http://tug.org/svn/texlive?view=revision&revision=53238
Author: karl
Date: 2019-12-26 15:33:09 +0100 (Thu, 26 Dec 2019)
Log Message:
-----------
install-data-local must mkdir $(web2cdir) now
Modified Paths:
--------------
trunk/Build/source/texk/kpathsea/ChangeLog
trunk/Build/source/texk/kpathsea/Makefile.am
trunk/Build/source/texk/kpathsea/Makefile.in
Modified: trunk/Build/source/texk/kpathsea/ChangeLog
===================================================================
--- trunk/Build/source/texk/kpathsea/ChangeLog 2019-12-26 00:54:48 UTC (rev 53237)
+++ trunk/Build/source/texk/kpathsea/ChangeLog 2019-12-26 14:33:09 UTC (rev 53238)
@@ -1,5 +1,7 @@
2019-12-26 Karl Berry <karl at tug.org>
+ * Makefile.am (install-data-local): must mkdir web2cdir here.
+
* mktexdir,
* mktexnam,
* mktexupd,
Modified: trunk/Build/source/texk/kpathsea/Makefile.am
===================================================================
--- trunk/Build/source/texk/kpathsea/Makefile.am 2019-12-26 00:54:48 UTC (rev 53237)
+++ trunk/Build/source/texk/kpathsea/Makefile.am 2019-12-26 14:33:09 UTC (rev 53238)
@@ -267,6 +267,7 @@
endif !WIN32
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 \
Modified: trunk/Build/source/texk/kpathsea/Makefile.in
===================================================================
--- trunk/Build/source/texk/kpathsea/Makefile.in 2019-12-26 00:54:48 UTC (rev 53237)
+++ trunk/Build/source/texk/kpathsea/Makefile.in 2019-12-26 14:33:09 UTC (rev 53238)
@@ -2424,6 +2424,7 @@
@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 \
More information about the tex-live-commits
mailing list