Skip to content

Commit

Permalink
Merge branch 'kk/maint-prefix-in-config-mak'
Browse files Browse the repository at this point in the history
* kk/maint-prefix-in-config-mak:
  config.mak.in: allow "configure --sysconfdir=/else/where"
  • Loading branch information
gitster committed May 31, 2011
2 parents df873f9 + 5937b79 commit 2177dc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.mak.in
Expand Up @@ -18,6 +18,7 @@ bindir = @bindir@
gitexecdir = @libexecdir@/git-core
datarootdir = @datarootdir@
template_dir = @datadir@/git-core/templates
sysconfdir = @sysconfdir@

mandir=@mandir@

Expand Down

0 comments on commit 2177dc6

Please sign in to comment.