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() {
1289
1289
systemd-container
1290
1290
systemd-coredump
1291
1291
systemd-experimental
1292
+ systemd-homed
1292
1293
systemd-journal-remote
1293
1294
# Since commit fb6f25d7b979134a, systemd-resolved, which is shipped by
1294
1295
# systemd-network sub-package on openSUSE, has its own testsuite.
@@ -2251,8 +2252,8 @@ install_zoneinfo() {
2251
2252
install_fonts () {
2252
2253
dinfo " Install system fonts"
2253
2254
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
2256
2257
[[ -f " $i " ]] || continue
2257
2258
inst " $i "
2258
2259
done
You can’t perform that action at this time.
0 commit comments