summaryrefslogtreecommitdiff
path: root/Master/texmf/scripts/xindy
diff options
context:
space:
mode:
authorVladimir Volovich <vvv@vsu.ru>2008-07-29 14:21:50 +0000
committerVladimir Volovich <vvv@vsu.ru>2008-07-29 14:21:50 +0000
commit47436b3f3b242128fc7f752a1f883a54ed55b616 (patch)
treedf72baaa91690a03985f313e482c017e15079b81 /Master/texmf/scripts/xindy
parentf00979d44336350fc044c10d048b587cf88baada (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/texmf/scripts/xindy')
-rwxr-xr-xMaster/texmf/scripts/xindy/xindy.pl2
1 files changed, 1 insertions, 1 deletions
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";
}