fix syntax error - refs #1189

This commit is contained in:
Dane Springmeyer 2012-04-23 11:33:59 -07:00
parent c3004e7a01
commit 674f7bc238

View file

@ -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: