Skip to content

Commit 2177dc6

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

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)