From 787c5d2189f9ce87c0c8a3972b28833e5f943943 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Wed, 13 Jan 2010 16:18:13 +0100 Subject: [PATCH] Fixed the build script so it correctly calls HelpIndexer on OS X 10.5 --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index a3092d63..187b635d 100644 --- a/build.py +++ b/build.py @@ -44,7 +44,7 @@ def main(): if ui == 'cocoa': if not dev: print "Building help index" - os.system('open /Developer/Applications/Utilities/Help\\ Indexer.app --args {0}'.format(help_destpath)) + os.system('open -a /Developer/Applications/Utilities/Help\\ Indexer.app {0}'.format(help_destpath)) print "Building dg_cocoa.plugin" if op.exists('build'):