makeFontsConf: fix with multiple outputs
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user