wok diff fontconfig/receipt @ rev 19484

Up cookutils (832)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 04 13:00:32 2016 +0200 (2016-11-04)
parents fcb3be61118c
children 84ae0c3ef107
line diff
     1.1 --- a/fontconfig/receipt	Wed Nov 11 01:51:31 2015 +0100
     1.2 +++ b/fontconfig/receipt	Fri Nov 04 13:00:32 2016 +0200
     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  }