From 9ab56779f9886cdd904339096013023fbd2acc58 Mon Sep 17 00:00:00 2001 From: LexManos Date: Mon, 10 Dec 2012 15:43:40 -0800 Subject: [PATCH] Fixed install --mcp-dir --- install/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/install.py b/install/install.py index 881d00ef2..eecd55c7e 100644 --- a/install/install.py +++ b/install/install.py @@ -38,7 +38,7 @@ def main(mcp_dir): if __name__ == '__main__': parser = OptionParser() - parser.add_option('-m', '--mcp-dir', action='store_true', dest='mcp_dir', help='Path to download/extract MCP to', default=None) + parser.add_option('-m', '--mcp-dir', action='store', dest='mcp_dir', help='Path to download/extract MCP to', default=None) options, _ = parser.parse_args() if not options.mcp_dir is None: