fix syntax error - refs #1189
This commit is contained in:
parent
c3004e7a01
commit
674f7bc238
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue