mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
test: console fonts are located in /usr/share on openSUSE
This commit is contained in:
@@ -2251,8 +2251,8 @@ install_zoneinfo() {
|
||||
install_fonts() {
|
||||
dinfo "Install system fonts"
|
||||
for i in \
|
||||
/usr/lib/kbd/consolefonts/eurlatgr* \
|
||||
/usr/lib/kbd/consolefonts/latarcyrheb-sun16*; do
|
||||
/usr/{lib,share}/kbd/consolefonts/eurlatgr* \
|
||||
/usr/{lib,share}/kbd/consolefonts/latarcyrheb-sun16*; do
|
||||
[[ -f "$i" ]] || continue
|
||||
inst "$i"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user