From: Michael Gilbert Date: Wed, 12 Oct 2022 00:18:28 +0000 (+0100) Subject: disable upstream's font installation rules X-Git-Tag: archive/raspbian/7.0_repack-10+rpi1~2^2~28 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=afb67e08130da4b658d165f0b4377e69a12fd08e;p=wine.git disable upstream's font installation rules Gbp-Pq: Topic disable Gbp-Pq: Name font-installation.patch --- diff --git a/tools/makedep.c b/tools/makedep.c index f16da5b..da9e1d1 100644 --- a/tools/makedep.c +++ b/tools/makedep.c @@ -2779,7 +2779,6 @@ static void output_source_sfd( struct makefile *make, struct incl_file *source, } if (source->file->flags & FLAG_INSTALL) { - add_install_rule( make, source->name, ttf_obj, strmake( "D$(fontdir)/%s", ttf_obj )); output_srcdir_symlink( make, ttf_obj ); }