diff options
author | Karl Berry <karl@freefriends.org> | 2018-03-13 22:56:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-03-13 22:56:37 +0000 |
commit | 64d0303f86df5774ec075bc231c77829fb7f7f2b (patch) | |
tree | e7ad2eb5a99d200e0ae4581a7a84be19e5e8e282 /Master/tlpkg | |
parent | b5f3209624cdaeceec32d0878fc3bfa5b3585670 (diff) |
no xindy on musl platforms
git-svn-id: svn://tug.org/texlive/trunk@46953 c570f23f-e606-0410-a88d-b1316a301751
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 |