diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2013-01-04 11:33:33 -0500 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2013-01-04 11:33:33 -0500 |
commit | 5ea3e4deffdfd7df3cf7466fe763848eb043d0bb (patch) | |
tree | 48d47dd87d6407ce62d325215c91adece47b4d52 /configure.ac | |
parent | 74852a5aeb2ca4c0414aaf69c7246c8cf2d8b6cf (diff) |
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
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index bc863b3cd1..2f62b8bfbc 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) |