summaryrefslogtreecommitdiff
path: root/Build/source/utils/xindy/user-commands/xindy.in
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/xindy/user-commands/xindy.in')
-rw-r--r--Build/source/utils/xindy/user-commands/xindy.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/utils/xindy/user-commands/xindy.in b/Build/source/utils/xindy/user-commands/xindy.in
index 4070bad1e06..d1a5e2eb3ba 100644
--- a/Build/source/utils/xindy/user-commands/xindy.in
+++ b/Build/source/utils/xindy/user-commands/xindy.in
@@ -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";
}