summaryrefslogtreecommitdiff
path: root/src/scsi_id/Makefile.am
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2012-11-22 09:45:09 -0500
committerIan Stakenvicius <axs@gentoo.org>2012-11-22 09:45:09 -0500
commit76e47c384f9542fdf12b1b99fb36e8db5db4ae6b (patch)
treef0df0589d8e0ccb071e8eb204ea583b532b1c51c /src/scsi_id/Makefile.am
parentd9d70c20a50b8515f2d17fd9a862871a240f5e25 (diff)
Make udevlibexecdir be substituted out of configure and assigned ${rootlibdir}/udev instead of ${root}/lib/udev
Diffstat (limited to 'src/scsi_id/Makefile.am')
-rw-r--r--src/scsi_id/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scsi_id/Makefile.am b/src/scsi_id/Makefile.am
index 6412692afe..0f8aa69d4a 100644
--- a/src/scsi_id/Makefile.am
+++ b/src/scsi_id/Makefile.am
@@ -1,7 +1,7 @@
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
rootprefix=@rootprefix@
-udevlibexecdir=$(rootprefix)/lib/udev
+udevlibexecdir=@udevlibexecdir@
AM_CPPFLAGS = \
-DVERSION \