diff options
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/tlpsrc/xindy.tlpsrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlpsrc/xindy.tlpsrc b/Master/tlpkg/tlpsrc/xindy.tlpsrc index 907def3a68d..bf54d2e9cae 100644 --- a/Master/tlpkg/tlpsrc/xindy.tlpsrc +++ b/Master/tlpkg/tlpsrc/xindy.tlpsrc @@ -5,7 +5,7 @@ runpattern d texmf-dist/scripts/xindy # # Not all platforms provide this. tlpsetvar no_xindy_platforms \ - i386-solaris,sparc-solaris,x86_64-solaris + i386-linuxmusl,i386-solaris,sparc-solaris,x86_64-linuxmusl,x86_64-solaris # binpattern f/!${no_xindy_platforms} bin/${ARCH}/texindy binpattern f/!${no_xindy_platforms} bin/${ARCH}/tex2xindy |