summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2013-02-04 10:27:39 -0500
committerIan Stakenvicius <axs@gentoo.org>2013-02-04 11:22:30 -0500
commit94d7639cf2435a92672c6043e8e0333452c24c80 (patch)
tree13e5a28b0dd331820e02750283e5ad745ba3ab86 /configure.ac
parentc661732bc283e7b6dfc94ab907bf899eeabeedf2 (diff)
Make udevlibexecdir be /lib
ie, fix another regression in our build system ; gentoo bug 455326 it's common for eg. mips systems to not have symlink from the directory {lib32 or lib64} to /lib. only the libraries belong to /$(get_libdir) and everything in /lib/udev goes to, well, /lib/udev, NOT /$(get_libdir)/udev -- ssuominen Signed-off-by: Ian Stakenvicius <axs@gentoo.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ecd8f50c03..fc958c7368 100644
--- a/configure.ac
+++ b/configure.ac
@@ -129,7 +129,7 @@ AS_IF(
# Configured paths
AC_SUBST([rootprefix], [$with_rootprefix])
AC_SUBST([rootlibdir], [$with_rootlibdir])
-AC_SUBST([udevlibexecdir], [${with_rootlibdir}/udev])
+AC_SUBST([udevlibexecdir], [${with_rootprefix}/lib/udev])
# sysconfdir paths
AC_SUBST([udevconfdir],[${sysconfdir}/udev])