From 674f7bc238d781b12b4836eaf320685cc32e5561 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Mon, 23 Apr 2012 11:33:59 -0700 Subject: [PATCH] fix syntax error - refs #1189 --- src/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build.py b/src/build.py index 48afe2c34..604fb02c2 100644 --- a/src/build.py +++ b/src/build.py @@ -365,7 +365,7 @@ else: # Install symlinks target1 = os.path.join(env['MAPNIK_LIB_BASE_DEST'], "%s.%d.%d" % \ - (os.path.basename(env.subst((env['MAPNIK_LIB_NAME'])),int(major), int(minor)))) + (os.path.basename(env.subst(env['MAPNIK_LIB_NAME'])),int(major), int(minor))) target2 = os.path.join(env['MAPNIK_LIB_BASE_DEST'], os.path.basename(env.subst(env['MAPNIK_LIB_NAME']))) if 'uninstall' not in COMMAND_LINE_TARGETS: if 'install' in COMMAND_LINE_TARGETS: