This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

master - build: fix kernel module install dir to respect DESTDIR


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=27f32bd2aa875a67ad94b7d0cad26d98b3a10c37
Commit:        27f32bd2aa875a67ad94b7d0cad26d98b3a10c37
Parent:        f374ce50290db6beffadd139626d55bd5125540a
Author:        Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate:    Fri Nov 7 07:13:36 2008 +0100
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Fri Nov 7 07:13:36 2008 +0100

build: fix kernel module install dir to respect DESTDIR

Either this, or another invokation to KBUILD. This is faster :)

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
---
 make/defines.mk.input |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/make/defines.mk.input b/make/defines.mk.input
index b32e02f..fa83e80 100644
--- a/make/defines.mk.input
+++ b/make/defines.mk.input
@@ -8,7 +8,7 @@ docdir ?= ${DESTDIR}@DOCDIR@
 logdir ?= ${DESTDIR}@LOGDIR@
 logrotatedir ?= ${DESTDIR}@LOGROTATEDIR@
 mandir ?= ${DESTDIR}@MANDIR@
-module_dir ?= @MODULE_DIR@
+module_dir ?= ${DESTDIR}@MODULE_DIR@
 incdir ?= ${DESTDIR}@INCDIR@
 mibdir ?= ${DESTDIR}@MIBDIR@
 snmpbin ?= @SNMPBIN@


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]