summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2013-01-04 14:34:52 -0500
committerIan Stakenvicius <axs@gentoo.org>2013-01-04 14:34:52 -0500
commit8638965ac29853404154c3cd165e50056756c391 (patch)
treef150f2f6c673fa9ad8c9201c6bee3de72995791e /configure.ac
parent5ea3e4deffdfd7df3cf7466fe763848eb043d0bb (diff)
Fixed some comments relating to udevlibexecdir paths
Keymaps rules had stated to add or modify /usr/lib/udev/* files instead of using generic paths, and there was no mention of /etc/udev/* being valid even though it is (and is the better way to do system-specific modifications)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 2f62b8bfbc..87620bbd4d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -138,6 +138,8 @@ AC_SUBST([udevconfdir],[${sysconfdir}/udev])
AC_SUBST([udevconffile],[${udevconfdir}/udev.conf])
AC_SUBST([udevhwdbdir],[${udevconfdir}/hwdb.d])
AC_SUBST([udevhwdbbin],[${udevconfdir}/hwdb.bin])
+
+# udevlibexecdir paths
AC_SUBST([udevkeymapdir],[${udevlibexecdir}/keymaps])
AC_SUBST([udevkeymapforceredir],[${udevkeymapdir}/force-release])
AC_SUBST([udevrulesdir],[${udevlibexecdir}/rules.d])