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 /src/collect | |
parent | d9d70c20a50b8515f2d17fd9a862871a240f5e25 (diff) |
Make udevlibexecdir be substituted out of configure and assigned ${rootlibdir}/udev instead of ${root}/lib/udev
Diffstat (limited to 'src/collect')
-rw-r--r-- | src/collect/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/collect/Makefile.am b/src/collect/Makefile.am index 58bc818475..d96cc3946b 100644 --- a/src/collect/Makefile.am +++ b/src/collect/Makefile.am @@ -1,7 +1,7 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} rootprefix=@rootprefix@ -udevlibexecdir=$(rootprefix)/lib/udev +udevlibexecdir=@udevlibexecdir@ AM_CPPFLAGS = \ -I $(top_srcdir)/src/libudev \ |