From 47436b3f3b242128fc7f752a1f883a54ed55b616 Mon Sep 17 00:00:00 2001 From: Vladimir Volovich Date: Tue, 29 Jul 2008 14:21:50 +0000 Subject: rename xindy-powerpc.mem to xindy-ppc.mem (to match -arch option on gcc on mac) git-svn-id: svn://tug.org/texlive/trunk@9872 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf/scripts/xindy/xindy.pl | 2 +- 1 file changed, 1 insertion(+), 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 4dc4465b8ab..3c0590d51fb 100755 --- a/Master/texmf/scripts/xindy/xindy.pl +++ b/Master/texmf/scripts/xindy/xindy.pl @@ -402,7 +402,7 @@ if ($^O eq 'darwin' && ! -e $mem_file) { # support universal binary on mac my @uname = POSIX::uname(); if ($uname[4] eq 'Power Macintosh') { - $mem_file = "$lib_dir/xindy-powerpc.mem"; + $mem_file = "$lib_dir/xindy-ppc.mem"; } else { $mem_file = "$lib_dir/xindy-i386.mem"; } -- cgit v1.2.3