File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1289,6 +1289,7 @@ install_suse_systemd() {
12891289 systemd-container
12901290 systemd-coredump
12911291 systemd-experimental
1292+ systemd-homed
12921293 systemd-journal-remote
12931294 # Since commit fb6f25d7b979134a, systemd-resolved, which is shipped by
12941295 # systemd-network sub-package on openSUSE, has its own testsuite.
@@ -2251,8 +2252,8 @@ install_zoneinfo() {
22512252install_fonts () {
22522253 dinfo " Install system fonts"
22532254 for i in \
2254- /usr/lib/kbd/consolefonts/eurlatgr* \
2255- /usr/lib/kbd/consolefonts/latarcyrheb-sun16* ; do
2255+ /usr/{ lib,share} /kbd/consolefonts/eurlatgr* \
2256+ /usr/{ lib,share} /kbd/consolefonts/latarcyrheb-sun16* ; do
22562257 [[ -f " $i " ]] || continue
22572258 inst " $i "
22582259 done
You can’t perform that action at this time.
0 commit comments