wok-current diff fontconfig/receipt @ rev 19688
squirrelmail-bookmarks: symlinks was broken at the build time
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Feb 13 00:16:15 2017 +0200 (2017-02-13) |
parents | fcb3be61118c |
children | 84ae0c3ef107 |
line diff
1.1 --- a/fontconfig/receipt Wed Nov 11 01:51:31 2015 +0100 1.2 +++ b/fontconfig/receipt Mon Feb 13 00:16:15 2017 +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 }