diff options
author | Vladimir Volovich <vvv@vsu.ru> | 2008-07-29 14:21:50 +0000 |
---|---|---|
committer | Vladimir Volovich <vvv@vsu.ru> | 2008-07-29 14:21:50 +0000 |
commit | 47436b3f3b242128fc7f752a1f883a54ed55b616 (patch) | |
tree | df72baaa91690a03985f313e482c017e15079b81 /Master | |
parent | f00979d44336350fc044c10d048b587cf88baada (diff) |
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
Diffstat (limited to 'Master')
-rw-r--r-- | Master/bin/universal-darwin/xindy-ppc.mem (renamed from Master/bin/universal-darwin/xindy-powerpc.mem) | bin | 1010875 -> 1010875 bytes | |||
-rwxr-xr-x | Master/texmf/scripts/xindy/xindy.pl | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Master/bin/universal-darwin/xindy-powerpc.mem b/Master/bin/universal-darwin/xindy-ppc.mem Binary files differindex dc8c2e613e2..dc8c2e613e2 100644 --- a/Master/bin/universal-darwin/xindy-powerpc.mem +++ b/Master/bin/universal-darwin/xindy-ppc.mem 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"; } |