mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
git 2.8: Fix mistakes introduced in the last commit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user