mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-11-23 23:10:57 +07:00
vconsole-setup: fix path on Arch
Arch uses the same paths and default font of gentoo. Previously, systemd-vconsole-setup was failing with the following message: systemd-vconsole-setup[59]: /bin/setfont failed with error code 1.
This commit is contained in:
parent
b7f426649b
commit
c226fa4196
@ -61,11 +61,18 @@ AM_CPPFLAGS += \
|
||||
-DKBD_SETFONT=\"/usr/bin/setfont\" \
|
||||
-DDEFAULT_FONT=\"LatArCyrHeb-16\"
|
||||
else
|
||||
if TARGET_ARCH
|
||||
AM_CPPFLAGS += \
|
||||
-DKBD_LOADKEYS=\"/usr/bin/loadkeys\" \
|
||||
-DKBD_SETFONT=\"/usr/bin/setfont\" \
|
||||
-DDEFAULT_FONT=\"LatArCyrHeb-16\"
|
||||
else
|
||||
AM_CPPFLAGS += \
|
||||
-DKBD_LOADKEYS=\"/bin/loadkeys\" \
|
||||
-DKBD_SETFONT=\"/bin/setfont\" \
|
||||
-DDEFAULT_FONT=\"latarcyrheb-sun16\"
|
||||
endif
|
||||
endif
|
||||
|
||||
rootbin_PROGRAMS = \
|
||||
systemd \
|
||||
|
Loading…
Reference in New Issue
Block a user