From 94d7639cf2435a92672c6043e8e0333452c24c80 Mon Sep 17 00:00:00 2001 From: Ian Stakenvicius Date: Mon, 4 Feb 2013 10:27:39 -0500 Subject: 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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]) -- cgit v1.2.3-54-g00ecf