typo
This commit is contained in:
parent
86e2fb3f31
commit
4068eca05c
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ version = env['MAPNIK_VERSION_STRING']
|
|||
mapnik_libname = 'mapnik2'
|
||||
input_plugins = os.path.normpath(env['DESTDIR'] + '/' + env['PREFIX'] + '/' + env['LIBDIR_SCHEMA'] + env['LIB_DIR_NAME'])
|
||||
if env['SYSTEM_FONTS']:
|
||||
fonts = osm.path.normpath(env['SYSTEM_FONTS'])
|
||||
fonts = os.path.normpath(env['SYSTEM_FONTS'])
|
||||
else:
|
||||
fonts = os.path.normpath(install_prefix + '/' + env['LIBDIR_SCHEMA'] + env['LIB_DIR_NAME'] + '/fonts')
|
||||
|
||||
|
|
Loading…
Reference in a new issue