mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-03-25 13:29:03 +02:00
Revert "get.sh: don't frivolously copy tmp git clones"
This reverts commit b840cf3a83.
This commit is contained in:
@@ -53,11 +53,9 @@ fetch_project()
|
||||
|
||||
clone_project()
|
||||
{
|
||||
loc="$XBMK_CACHE/clone/${url#*://}"
|
||||
if [ "$XBMK_CACHE_MIRROR" = "y" ]; then
|
||||
loc="$XBMK_CACHE/mirror/${url#*://}"
|
||||
fi
|
||||
|
||||
# if loc is blank, don't create a target
|
||||
# directory; just update the caches
|
||||
loc=""
|
||||
if singletree "$project"; then
|
||||
loc="src/$project"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user