public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* master - build: fix kernel module install dir to respect DESTDIR
@ 2008-11-07  6:15 Fabio M. Di Nitto
  0 siblings, 0 replies; only message in thread
From: Fabio M. Di Nitto @ 2008-11-07  6:15 UTC (permalink / raw)
  To: cluster-cvs-relay

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@


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-11-07  6:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-07  6:15 master - build: fix kernel module install dir to respect DESTDIR Fabio M. Di Nitto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).