Skip to content

Commit ba0ff9f

Browse files
committed
test: console fonts are located in /usr/share on openSUSE
1 parent 54c3326 commit ba0ff9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test-functions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2251,8 +2251,8 @@ install_zoneinfo() {
22512251
install_fonts() {
22522252
dinfo "Install system fonts"
22532253
for i in \
2254-
/usr/lib/kbd/consolefonts/eurlatgr* \
2255-
/usr/lib/kbd/consolefonts/latarcyrheb-sun16*; do
2254+
/usr/{lib,share}/kbd/consolefonts/eurlatgr* \
2255+
/usr/{lib,share}/kbd/consolefonts/latarcyrheb-sun16*; do
22562256
[[ -f "$i" ]] || continue
22572257
inst "$i"
22582258
done

0 commit comments

Comments
 (0)