Skip to content

Commit

Permalink
Add "config.mak" for Travis testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
danjacques committed Mar 26, 2018
1 parent a0e41f5 commit d621419
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config.mak
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# "RUNTIME_PREFIX" is a Windows-only feature that allows Git to probe
# for its runtime path relative to its base path.
#
# Our Git patch (see resources) extends this support to Linux and Mac.
#
# These variables configure Git to enable and use relative runtime
# paths.
RUNTIME_PREFIX = YesPlease
RUNTIME_PREFIX_PERL = YesPlease
gitexecdir = libexec/git-core
template_dir = share/git-core/templates
sysconfdir = etc

0 comments on commit d621419

Please sign in to comment.