* [PATCH] Make tools use DESTDIR as well (otherwise rpm build is broken)
@ 2005-08-16 18:28 Chris Wright
2005-08-16 18:59 ` Junio C Hamano
0 siblings, 1 reply; 2+ messages in thread
From: Chris Wright @ 2005-08-16 18:28 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git
Please pull from:
rsync.kernel.org://pub/scm/linux/kernel/git/chrisw/git
This will give you the following trivial fix for the rpm build, where
tools was still using dest not DESTDIR.
thanks,
-chris
--
diff-tree 5eaaed02111510ff00b288a99ec3d203d5d1761f (from d9ac9df41c8c1c3a2f5b0fb1bcc0546dc1bafba2)
tree 636f8c808fd80fb886c5c8b96e854d7d9dea8591
parent d9ac9df41c8c1c3a2f5b0fb1bcc0546dc1bafba2
author Chris Wright <chrisw@osdl.org> 1124215389 -0700
committer Chris Wright <chrisw@osdl.org> 1124215389 -0700
Make tools use DESTDIR as well (otherwise rpm build is broken).
Signed-off-by: Chris Wright <chrisw@osdl.org>
diff --git a/tools/Makefile b/tools/Makefile
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -18,7 +18,7 @@ git-%: %.c
all: $(PROGRAMS)
install: $(PROGRAMS) $(SCRIPTS)
- $(INSTALL) -m755 -d $(dest)$(bindir)
+ $(INSTALL) -m755 -d $(DESTDIR)$(bindir)
$(INSTALL) $(PROGRAMS) $(SCRIPTS) $(DESTDIR)$(bindir)
clean:
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Make tools use DESTDIR as well (otherwise rpm build is broken)
2005-08-16 18:28 [PATCH] Make tools use DESTDIR as well (otherwise rpm build is broken) Chris Wright
@ 2005-08-16 18:59 ` Junio C Hamano
0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2005-08-16 18:59 UTC (permalink / raw)
To: Chris Wright; +Cc: git
My bug. Thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-08-16 18:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-16 18:28 [PATCH] Make tools use DESTDIR as well (otherwise rpm build is broken) Chris Wright
2005-08-16 18:59 ` Junio C Hamano
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 NNTP newsgroup(s).