dlm: master - libdlm: udev dir now under /usr/lib

David Teigland teigland at fedoraproject.org
Thu Aug 1 17:13:45 UTC 2013


Gitweb:        http://git.fedorahosted.org/git/?p=dlm.git;a=commitdiff;h=102d3c248c59f8f36a9d5088afd4eed787583e04
Commit:        102d3c248c59f8f36a9d5088afd4eed787583e04
Parent:        f8a4ed037cc32ef77ecce635a072859356c9e300
Author:        David Teigland <teigland at redhat.com>
AuthorDate:    Thu Aug 1 12:11:00 2013 -0500
Committer:     David Teigland <teigland at redhat.com>
CommitterDate: Thu Aug 1 12:12:18 2013 -0500

libdlm: udev dir now under /usr/lib

Signed-off-by: David Teigland <teigland at redhat.com>
---
 libdlm/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libdlm/Makefile b/libdlm/Makefile
index 76d3504..e7cdb17 100644
--- a/libdlm/Makefile
+++ b/libdlm/Makefile
@@ -5,7 +5,7 @@ LIBDIR=$(PREFIX)/$(LIBNUM)
 HDRDIR=$(PREFIX)/include 
 MANDIR=$(PREFIX)/share/man
 PKGDIR=$(LIBDIR)/pkgconfig
-UDEVDIR=/lib/udev/rules.d
+UDEVDIR=/usr/lib/udev/rules.d
 
 LIB_NAME = libdlm
 LIB_MAJOR = 3


More information about the cluster-commits mailing list