c6736e9
From 3dee229914dc17beef900d16175a877697119911 Mon Sep 17 00:00:00 2001
c6736e9
From: Kamil Rytarowski <n54@gmx.com>
c6736e9
Date: Sat, 27 Apr 2013 22:43:31 +0200
c6736e9
Subject: [PATCH] Install the libraries to the appropriate directory
c6736e9
c6736e9
[upstream commit 2971df45020e39516c9b3d6217195b4029026f7a]
c6736e9
c6736e9
Signed-off-by: Kamil Dudka <kdudka@redhat.com>
c6736e9
---
c6736e9
 include/builddefs.in |    2 +-
c6736e9
 1 files changed, 1 insertions(+), 1 deletions(-)
c6736e9
c6736e9
diff --git a/include/builddefs.in b/include/builddefs.in
c6736e9
index 2ef6173..876a735 100644
c6736e9
--- a/include/builddefs.in
c6736e9
+++ b/include/builddefs.in
c6736e9
@@ -31,7 +31,7 @@ PKG_DISTRIBUTION= @pkg_distribution@
c6736e9
 PKG_BIN_DIR	= @bindir@
c6736e9
 PKG_SBIN_DIR	= @sbindir@
c6736e9
 PKG_LIB_DIR	= @libdir@@libdirsuffix@
c6736e9
-PKG_DEVLIB_DIR	= @libexecdir@@libdirsuffix@
c6736e9
+PKG_DEVLIB_DIR	= @libdir@@libdirsuffix@
c6736e9
 PKG_INC_DIR	= @includedir@
c6736e9
 PKG_MAN_DIR	= @mandir@
3d993cf
 PKG_DOC_DIR	= @datadir@/doc/@pkg_name@
c6736e9
-- 
c6736e9
1.7.1
c6736e9