wok diff fontconfig/receipt @ rev 19565

get-flash-plugin: update for new npapi plugin
author Richard Dunbar <mojo@slitaz.org>
date Tue Dec 20 00:33:36 2016 -0500 (2016-12-20)
parents fcb3be61118c
children 84ae0c3ef107
line diff
     1.1 --- a/fontconfig/receipt	Wed Nov 11 01:51:31 2015 +0100
     1.2 +++ b/fontconfig/receipt	Tue Dec 20 00:33:36 2016 -0500
     1.3 @@ -53,5 +53,10 @@
     1.4  
     1.5  	ln -s /usr/share/fontconfig/conf.avail/11-lcdfilter-default.conf \
     1.6  		$fs/etc/fonts/conf.d
     1.7 +
     1.8 +	# Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 14: reading
     1.9 +	# configurations from ~/.fonts.conf is deprecated.
    1.10 +	sed '/~\/\.fonts\.conf</d' $fs/usr/share/fontconfig/conf.avail/50-user.conf
    1.11 +
    1.12  	chown -R root.root $fs
    1.13  }