mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user