projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54c3326
)
test: console fonts are located in /usr/share on openSUSE
author
Franck Bui
<fbui@suse.com>
Tue, 1 Aug 2023 17:38:13 +0000
(19:38 +0200)
committer
Franck Bui
<fbui@suse.com>
Tue, 1 Aug 2023 17:38:13 +0000
(19:38 +0200)
test/test-functions
patch
|
blob
|
history
diff --git
a/test/test-functions
b/test/test-functions
index cfcf895cafdd89874b2056c765cedac766b90e04..f64865b8b71553106ad8843ddc48d3efabb4587f 100644
(file)
--- a/
test/test-functions
+++ b/
test/test-functions
@@
-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