Skip to content
Snippets Groups Projects
Commit 9e28a607 authored by Guido Gunther's avatar Guido Gunther 💤
Browse files

hook: Tighten match on font

Otherwise we also match on the `keyboard-font-size` and
fail to copy the font.
parent 8ce1ed5b
No related branches found
No related tags found
No related merge requests found
Pipeline #70843 canceled with stages
in 44 seconds
......@@ -93,7 +93,7 @@ copy_exec /sbin/dmsetup
# GLVND config needed for EGL
[ -f /usr/share/glvnd/egl_vendor.d/50_mesa.json ] && copy_file text /usr/share/glvnd/egl_vendor.d/50_mesa.json
ttf_font=$(grep "^keyboard-font" /etc/osk.conf|cut -f3 -d' ')
ttf_font=$(grep "^keyboard-font =" /etc/osk.conf|cut -f3 -d' ')
[ -f "$ttf_font" ] && copy_file font "$ttf_font"
# crypto modules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment