mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08: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