summaryrefslogtreecommitdiff
path: root/include/git.sh
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-05-03 06:53:25 +0100
committerLeah Rowe <leah@libreboot.org>2025-05-05 12:18:22 +0100
commitaa18889fb3f84d3f29ff84472039b18c607aa720 (patch)
tree478ccef081eff0750b3f932e2e5454ee7d7f543d /include/git.sh
parent2dc2fb3321484788d9e2beed3e65bd999ac35637 (diff)
lbmk: Unified local ./tmp handling
Make it an absolute directory, relative to xbmktmp. Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/git.sh')
-rw-r--r--include/git.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git.sh b/include/git.sh
index 9be79527..37f5bbae 100644
--- a/include/git.sh
+++ b/include/git.sh
@@ -5,7 +5,7 @@
eval "`setvars "" loc url bkup_url subfile subhash subrepo subrepo_bkup \
depend subfile_bkup repofail`"
-tmpgit="$xbmkpwd/tmp/gitclone"
+tmpgit="$xbmklocal/gitclone"
fetch_targets()
{