From: Jan Merka <merka@highsphere.net>
To: git@vger.kernel.org
Subject: [PATCH] Honor the --sysconfdir option in configure.
Date: Thu, 19 Jul 2007 18:16:28 -0400 [thread overview]
Message-ID: <11848833881747-git-send-email-merka@highsphere.net> (raw)
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
reply other threads:[~2007-07-19 22:39 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=11848833881747-git-send-email-merka@highsphere.net \
--to=merka@highsphere.net \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).