wok rev 18576

typo
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Wed Nov 11 01:51:31 2015 +0100 (2015-11-11)
parents 195ccf2b5a37
children 83e42616e3dc
files fontconfig/receipt
line diff
     1.1 --- a/fontconfig/receipt	Wed Nov 11 00:58:31 2015 +0100
     1.2 +++ b/fontconfig/receipt	Wed Nov 11 01:51:31 2015 +0100
     1.3 @@ -42,13 +42,14 @@
     1.4  
     1.5  	cd $fs/usr/share/fontconfig/conf.avail
     1.6  	for h in hintslight hintmedium hintfull; do
     1.7 -		cat > ./10-hintstyle-$h.conf <<EOT
     1.8 +		cat > 10-hintstyle-$h.conf <<EOT
     1.9  <match target="font">
    1.10  	<edit mode="append" name="hintstyle">
    1.11  		<const>${h}</const>
    1.12  	</edit>
    1.13  </match>
    1.14  EOT
    1.15 +	done
    1.16  
    1.17  	ln -s /usr/share/fontconfig/conf.avail/11-lcdfilter-default.conf \
    1.18  		$fs/etc/fonts/conf.d