On Fri, Jan 29, 2010 at 11:22:02AM +0100, [email protected] wrote: > +ifdef PTXCONF_FONTCONFIG_CONFS_DEFAULT > @$(call install_copy, fontconfig, 0, 0, 0644, -, \ > /etc/fonts/fonts.conf,n) > > @@ -99,6 +105,11 @@ ifdef PTXCONF_FONTCONFIG_CONFS > # /etc/fonts/conf.d/autohint.conf,n) > endif > > +ifdef PTXCONF_FONTCONFIG_CONFS_CUSTOM > + @$(call install_alternative, fontconfig, 0, 0, 0644, \ > + /etc/fonts/fonts.conf) > +endif
Marc: install_alternative should probably check in <PKG>_PKGDIR as well. I think you mentioned that before. Lowest priority, right? But I'll need to finish my install cleanups first. Michael -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list [email protected]
