diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2012-11-22 09:45:09 -0500 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2012-11-22 09:45:09 -0500 |
commit | 76e47c384f9542fdf12b1b99fb36e8db5db4ae6b (patch) | |
tree | f0df0589d8e0ccb071e8eb204ea583b532b1c51c /configure.ac | |
parent | d9d70c20a50b8515f2d17fd9a862871a240f5e25 (diff) |
Make udevlibexecdir be substituted out of configure and assigned ${rootlibdir}/udev instead of ${root}/lib/udev
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 7df93bfdbe..ad219c6a92 100644 --- a/configure.ac +++ b/configure.ac @@ -273,6 +273,7 @@ AS_IF([test "x${enable_split_usr}" = "xyes"], [ AC_SUBST([rootprefix], [$with_rootprefix]) AC_SUBST([rootlibdir], [$with_rootlibdir]) +AC_SUBST([udevlibexecdir], [${with_rootlibdir}/udev]) # ------------------------------------------------------------------------------ |