fix typo
This commit is contained in:
parent
ce5bfdaf5b
commit
2a880432d3
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ install_prefix = env['DESTDIR'] + '/' + prefix
|
|||
includes = glob.glob('*/*/*.ttf')
|
||||
|
||||
# grab single unifont ttf (available at http://unifoundry.com/unifont.html)
|
||||
includes.extend(glob.glob('unifont*.ttf')
|
||||
includes.extend(glob.glob('unifont*.ttf'))
|
||||
|
||||
fontscollectionpath = install_prefix + '/' + env['LIBDIR_SCHEMA'] + env['LIB_DIR_NAME'] + '/fonts'
|
||||
|
||||
|
|
Loading…
Reference in a new issue