26 lines
778 B
Diff
26 lines
778 B
Diff
|
From cd76644ce9b9814a856579e2b98d4060d19cb162 Mon Sep 17 00:00:00 2001
|
||
|
From: Brandon Philips <brandon@ifup.co>
|
||
|
Date: Mon, 20 May 2013 06:15:15 -0700
|
||
|
Subject: [PATCH 01/34] Install the libraries to the appropriate directory
|
||
|
|
||
|
---
|
||
|
include/builddefs.in | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/include/builddefs.in b/include/builddefs.in
|
||
|
index 434ce95..5c3e0d6 100644
|
||
|
--- a/include/builddefs.in
|
||
|
+++ b/include/builddefs.in
|
||
|
@@ -31,7 +31,7 @@ PKG_DISTRIBUTION= @pkg_distribution@
|
||
|
PKG_BIN_DIR = @bindir@
|
||
|
PKG_SBIN_DIR = @sbindir@
|
||
|
PKG_LIB_DIR = @libdir@@libdirsuffix@
|
||
|
-PKG_DEVLIB_DIR = @libexecdir@@libdirsuffix@
|
||
|
+PKG_DEVLIB_DIR = @libdir@@libdirsuffix@
|
||
|
PKG_INC_DIR = @includedir@
|
||
|
PKG_MAN_DIR = @mandir@
|
||
|
PKG_DOC_DIR = @datadir@/doc/@pkg_name@
|
||
|
--
|
||
|
2.5.2
|
||
|
|