disable upstream's font installation rules
authorMichael Gilbert <mgilbert@debian.org>
Wed, 6 Jul 2022 00:44:32 +0000 (01:44 +0100)
committerMichael Gilbert <mgilbert@debian.org>
Wed, 6 Jul 2022 00:44:32 +0000 (01:44 +0100)
Gbp-Pq: Topic disable
Gbp-Pq: Name font-installation.patch

tools/makedep.c

index f16da5b5bd2f9173ec1e8390c2745aecf7b8500e..da9e1d1e54b9964f9d5f344b21299597e76b10ac 100644 (file)
@@ -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 );
     }