summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/omegafonts
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-12-17 16:42:00 +0000
committerKarl Berry <karl@freefriends.org>2021-12-17 16:42:00 +0000
commit3dbbfcc8ae8eafc123d1550de3c9a3ef8ba2ab0b (patch)
treea88a4807fdea71f2fbf9fdf32b1176ba14ee6266 /Build/source/texk/web2c/omegafonts
parentf0766d14d2d278ee0a6479b62a45ec03461933d5 (diff)
mingw patches from Siep and Luigi
git-svn-id: svn://tug.org/texlive/trunk@61335 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/omegafonts')
-rw-r--r--Build/source/texk/web2c/omegafonts/ChangeLog6
-rw-r--r--Build/source/texk/web2c/omegafonts/Makefile.am2
-rw-r--r--Build/source/texk/web2c/omegafonts/Makefile.in2
3 files changed, 8 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/omegafonts/ChangeLog b/Build/source/texk/web2c/omegafonts/ChangeLog
index fbfae89c954..e7eb174955e 100644
--- a/Build/source/texk/web2c/omegafonts/ChangeLog
+++ b/Build/source/texk/web2c/omegafonts/ChangeLog
@@ -1,3 +1,9 @@
+2021-12-16 Luigi Scarso <luigi.scarso@gmail.com>
+
+ * Makefile.am (install-exec-hook) [WIN32]: sh syntax.
+ (Also found by Siep.)
+ https://tug.org/pipermail/tlbuild/2021q4/004983.html
+
2021-11-03 Karl Berry <karl@freefriends.org>
* Makefile.am (install-exec-hook) [WIN32]: install via libtool,
diff --git a/Build/source/texk/web2c/omegafonts/Makefile.am b/Build/source/texk/web2c/omegafonts/Makefile.am
index 2be88e04372..b7bcd38784a 100644
--- a/Build/source/texk/web2c/omegafonts/Makefile.am
+++ b/Build/source/texk/web2c/omegafonts/Makefile.am
@@ -86,7 +86,7 @@ install-exec-hook: install-bin-links
if WIN32
# same install happens in dvipdfmx.
for f in $(linked_programs); do \
- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) call_omfonts$(EXEEXT) "$(DESTDIR)$(bindir)/$$f$(EXEEXT)"
+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) call_omfonts$(EXEEXT) "$(DESTDIR)$(bindir)/$$f$(EXEEXT)"; \
done
endif WIN32
uninstall-hook: uninstall-bin-links
diff --git a/Build/source/texk/web2c/omegafonts/Makefile.in b/Build/source/texk/web2c/omegafonts/Makefile.in
index 363175fccca..923c6e10f1b 100644
--- a/Build/source/texk/web2c/omegafonts/Makefile.in
+++ b/Build/source/texk/web2c/omegafonts/Makefile.in
@@ -1427,7 +1427,7 @@ uninstall-bin-links:
@OTANGLE_TRUE@install-exec-hook: install-bin-links
# same install happens in dvipdfmx.
@OTANGLE_TRUE@@WIN32_TRUE@ for f in $(linked_programs); do \
-@OTANGLE_TRUE@@WIN32_TRUE@ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) call_omfonts$(EXEEXT) "$(DESTDIR)$(bindir)/$$f$(EXEEXT)"
+@OTANGLE_TRUE@@WIN32_TRUE@ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) call_omfonts$(EXEEXT) "$(DESTDIR)$(bindir)/$$f$(EXEEXT)"; \
@OTANGLE_TRUE@@WIN32_TRUE@ done
@OTANGLE_TRUE@uninstall-hook: uninstall-bin-links
@OTANGLE_TRUE@@WIN32_TRUE@ for f in $(linked_programs); do \