Skip to content

Commit c72b914

Browse files
committed
Merge branch 'kk/maint-prefix-in-config-mak' into maint
* kk/maint-prefix-in-config-mak: config.mak.in: allow "configure --sysconfdir=/else/where"
2 parents 6051561 + 5937b79 commit c72b914

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.mak.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ bindir = @bindir@
1818
gitexecdir = @libexecdir@/git-core
1919
datarootdir = @datarootdir@
2020
template_dir = @datadir@/git-core/templates
21+
sysconfdir = @sysconfdir@
2122

2223
mandir=@mandir@
2324

0 commit comments

Comments
 (0)