dlm: master - fix pkgconfig dir

David Teigland teigland at fedoraproject.org
Tue Jan 17 23:31:20 UTC 2012


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=14b3794189606e6a39d73f810bdd94d3d20ef229
Commit:        14b3794189606e6a39d73f810bdd94d3d20ef229
Parent:        f920ccd6a878fd7df202ecb5598a62de26fdc2df
Author:        David Teigland <teigland at redhat.com>
AuthorDate:    Tue Jan 17 17:30:37 2012 -0600
Committer:     David Teigland <teigland at redhat.com>
CommitterDate: Tue Jan 17 17:30:37 2012 -0600

fix pkgconfig dir

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 185d9c2..5fa6195 100644
--- a/libdlm/Makefile
+++ b/libdlm/Makefile
@@ -4,7 +4,7 @@ LIBNUM=/lib64
 LIBDIR=$(PREFIX)/$(LIBNUM)
 HDRDIR=$(PREFIX)/include 
 MANDIR=$(PREFIX)/share/man
-PKGDIR=$(PREFIX)/$(LIBNUM)/pkgconfig
+PKGDIR=$(LIBDIR)/pkgconfig
 UDEVDIR=/lib/udev/rules.d
 
 LIB_NAME = libdlm


More information about the cluster-commits mailing list