x11-misc/xscreensaver: fix broken file name

Closes: https://bugs.gentoo.org/913870
Signed-off-by: Yixun Lan <dlan@gentoo.org>
This commit is contained in:
Yixun Lan
2023-09-09 07:19:45 +00:00
parent d92cf389e5
commit cd91cebf0d

View File

@@ -221,7 +221,7 @@ src_install() {
if use fonts; then
# Do not install fonts with unclear licensing
rm -v "${ED}${FONTDIR}"/{gallant12x22.ttf} || die
rm -v "${ED}${FONTDIR}"/gallant12x22.ttf || die
# Do not duplicate font Luxi Mono (of package media-fonts/font-bh-ttf)
rm -v "${ED}${FONTDIR}"/luximr.ttf || die