]> git.pld-linux.org Git - packages/git-core.git/blob - git-core-sysconfdir.patch
up to 2.4.5
[packages/git-core.git] / git-core-sysconfdir.patch
1 diff --git a/config.mak.in b/config.mak.in
2 index e378534..3006494 100644
3 --- a/config.mak.in
4 +++ b/config.mak.in
5 @@ -15,6 +15,7 @@ TCLTK_PATH = @TCLTK_PATH@
6  prefix = @prefix@
7  exec_prefix = @exec_prefix@
8  bindir = @bindir@
9 +sysconfdir = @sysconfdir@
10  gitexecdir = @libexecdir@/git-core
11  datarootdir = @datarootdir@
12  template_dir = @datadir@/git-core/templates
This page took 0.047472 seconds and 3 git commands to generate.