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