From c1977449e733cf4d564bc2909129ccfe24150d16 Mon Sep 17 00:00:00 2001 From: Michael Gilbert Date: Wed, 6 Jul 2022 01:44:32 +0100 Subject: [PATCH] disable upstream's font installation rules Gbp-Pq: Topic disable Gbp-Pq: Name font-installation.patch --- tools/makedep.c | 1 - 1 file changed, 1 deletion(-) 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 ); } -- 2.30.2