* [PATCH] Honor the --sysconfdir option in configure.
@ 2007-07-19 22:16 Jan Merka
0 siblings, 0 replies; only message in thread
From: Jan Merka @ 2007-07-19 22:16 UTC (permalink / raw)
To: git
Fix the installation process so git uses the sysconfdir given to configure during installation instead of defaulting to $prefix/etc.
---
config.mak.in | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/config.mak.in b/config.mak.in
index a3032e3..1c70571 100644
--- a/config.mak.in
+++ b/config.mak.in
@@ -11,6 +11,8 @@ TCLTK_PATH = @TCLTK_PATH@
prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = @bindir@
+sysconfdir = @sysconfdir@
+
#gitexecdir = @libexecdir@/git-core/
datarootdir = @datarootdir@
template_dir = @datadir@/git-core/templates/
--
1.5.2.2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2007-07-19 22:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-19 22:16 [PATCH] Honor the --sysconfdir option in configure Jan Merka
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).