config.mak.in: define paths without trailing slash
The main Makefile defines gitexecdir and template_dir without trailing slash. config.mak.in should do the same to be consistent. Signed-off-by: Pascal Obry <pascal@obry.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
0c0ead7e79
commit
98bb1ff83c
@ -13,9 +13,9 @@ TCLTK_PATH = @TCLTK_PATH@
|
|||||||
prefix = @prefix@
|
prefix = @prefix@
|
||||||
exec_prefix = @exec_prefix@
|
exec_prefix = @exec_prefix@
|
||||||
bindir = @bindir@
|
bindir = @bindir@
|
||||||
gitexecdir = @libexecdir@/git-core/
|
gitexecdir = @libexecdir@/git-core
|
||||||
datarootdir = @datarootdir@
|
datarootdir = @datarootdir@
|
||||||
template_dir = @datadir@/git-core/templates/
|
template_dir = @datadir@/git-core/templates
|
||||||
|
|
||||||
mandir=@mandir@
|
mandir=@mandir@
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user