mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-11-23 23:10:57 +07:00
Adjust the install path of keymaps to $(libdir)/udev
Since these keymaps are the default reference files they should be installed in the same location as the default rules files. This matches sys-fs/udev behaviour as well
This commit is contained in:
parent
74852a5aeb
commit
5ea3e4deff
@ -138,7 +138,7 @@ AC_SUBST([udevconfdir],[${sysconfdir}/udev])
|
||||
AC_SUBST([udevconffile],[${udevconfdir}/udev.conf])
|
||||
AC_SUBST([udevhwdbdir],[${udevconfdir}/hwdb.d])
|
||||
AC_SUBST([udevhwdbbin],[${udevconfdir}/hwdb.bin])
|
||||
AC_SUBST([udevkeymapdir],[${udevconfdir}/keymaps])
|
||||
AC_SUBST([udevkeymapdir],[${udevlibexecdir}/keymaps])
|
||||
AC_SUBST([udevkeymapforceredir],[${udevkeymapdir}/force-release])
|
||||
AC_SUBST([udevrulesdir],[${udevlibexecdir}/rules.d])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user