Skip to content

Commit

Permalink
config.mak.in: define paths without trailing slash
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Pascal Obry authored and Junio C Hamano committed Feb 5, 2009
1 parent 0c0ead7 commit 98bb1ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.mak.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ TCLTK_PATH = @TCLTK_PATH@
prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = @bindir@
gitexecdir = @libexecdir@/git-core/
gitexecdir = @libexecdir@/git-core
datarootdir = @datarootdir@
template_dir = @datadir@/git-core/templates/
template_dir = @datadir@/git-core/templates

mandir=@mandir@

Expand Down

0 comments on commit 98bb1ff

Please sign in to comment.