font-util: fix typo in default fonts (#21933)
This commit is contained in:
parent
f74670e210
commit
79e575067c
@ -75,7 +75,7 @@ class FontUtil(AutotoolsPackage, XorgPackage):
|
|||||||
conflicts('fonts=font-bh-ttf', when='platform=cray')
|
conflicts('fonts=font-bh-ttf', when='platform=cray')
|
||||||
conflicts('fonts=font-bh-ttf', when='arch=linux-rhel7-broadwell')
|
conflicts('fonts=font-bh-ttf', when='arch=linux-rhel7-broadwell')
|
||||||
|
|
||||||
if f != 'font-bh-tff':
|
if f != 'font-bh-ttf':
|
||||||
default_fonts.append(f)
|
default_fonts.append(f)
|
||||||
|
|
||||||
fonts.append(f)
|
fonts.append(f)
|
||||||
|
Loading…
Reference in New Issue
Block a user