From 748e893b3bdb4e883970db286bea980759667409 Mon Sep 17 00:00:00 2001 From: Vladimir Volovich Date: Sun, 11 May 2008 08:05:32 +0000 Subject: support texlive installation with --disable-multiplatform option (thanks to Peter Münster) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://tug.org/texlive/trunk@8037 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf/scripts/xindy/xindy.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Master/texmf/scripts/xindy') diff --git a/Master/texmf/scripts/xindy/xindy.pl b/Master/texmf/scripts/xindy/xindy.pl index 0dfdade507b..67b4a4d1298 100755 --- a/Master/texmf/scripts/xindy/xindy.pl +++ b/Master/texmf/scripts/xindy/xindy.pl @@ -328,8 +328,10 @@ BEGIN { $modules_dir = "$cmd_dir/../modules"; } elsif ( -d "$lib_dir/modules" ) { # /usr style $modules_dir = "$lib_dir/modules"; - } elsif ( -d "$lib_dir/../../texmf/xindy" ) { # texlive style + } elsif ( -d "$lib_dir/../../texmf/xindy" ) { # texlive multiplatform style $modules_dir = "$lib_dir/../../texmf/xindy"; + } elsif ( -d "$lib_dir/../texmf/xindy" ) { # texlive non-multiplatform style + $modules_dir = "$lib_dir/../texmf/xindy"; } elsif ( -d "/usr/share/xindy" ) { # FSH style $modules_dir = "/usr/share/xindy"; } else { -- cgit v1.2.3