makeFontsConf: fix with multiple outputs
This commit is contained in:
parent
bd2ca1e539
commit
2c51a075ab
@ -16,7 +16,7 @@ runCommand "fc-cache"
|
|||||||
<?xml version='1.0'?>
|
<?xml version='1.0'?>
|
||||||
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
|
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
|
||||||
<fontconfig>
|
<fontconfig>
|
||||||
<include>${fontconfig}/etc/fonts/fonts.conf</include>
|
<include>${fontconfig.out}/etc/fonts/fonts.conf</include>
|
||||||
<cachedir>$out</cachedir>
|
<cachedir>$out</cachedir>
|
||||||
EOF
|
EOF
|
||||||
cat "$fontDirsPath" >> fonts.conf
|
cat "$fontDirsPath" >> fonts.conf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user