git 2.8: Fix mistakes introduced in the last commit

This commit is contained in:
Markus Himmel
2016-03-31 20:01:53 +02:00
parent 6c5756143f
commit 5579034b9c

View File

@@ -116,7 +116,6 @@ BUILD_PREREQUIRES="
cmd:ld
cmd:make
cmd:msgfmt
cmd:printf
cmd:sed
cmd:tar
"
@@ -188,7 +187,7 @@ INSTALL()
# efficient method of determining whether the cache is out of date. This
# is filesystem-dependent, but supported on BeFS.
mkdir -p $sysconfDir
printf "[core]\n untrackedCache = true" > $settingsDir/gitconfig
printf "[core]\n untrackedCache = true" > $sysconfDir/gitconfig
# replace copies of git binaries with symlinks
cd $binDir