makefiles: Fix the source path for ttf font installs.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
cc5d07fc8a
commit
a748b7bc47
|
@ -2057,7 +2057,7 @@ static struct strarray output_sources( struct makefile *make, struct strarray *t
|
|||
}
|
||||
if (source->file->flags & FLAG_INSTALL)
|
||||
{
|
||||
strarray_add( &make->install_lib_rules, ttf_file );
|
||||
strarray_add( &make->install_lib_rules, strmake( "%s.ttf", obj ));
|
||||
strarray_add( &make->install_lib_rules, strmake( "D$(fontdir)/%s.ttf", obj ));
|
||||
}
|
||||
if (source->file->flags & FLAG_SFD_FONTS)
|
||||
|
|
Loading…
Reference in New Issue