summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0c0ead7)
raw | patch | inline | side by side (parent: 0c0ead7)
author | Pascal Obry <pascal@obry.net> | |
Thu, 5 Feb 2009 07:37:24 +0000 (08:37 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 5 Feb 2009 08:29:23 +0000 (00:29 -0800) |
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>
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>
config.mak.in | patch | blob | history |
diff --git a/config.mak.in b/config.mak.in
index 55b25c3d2653d6228765a72ea3ba2aaa7c97f7df..7cce0c12d507b222d47d8469abf59bf3ef9096b9 100644 (file)
--- a/config.mak.in
+++ b/config.mak.in
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@