mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-14 23:39:33 +02:00
init.sh: move gnupath creation to create_tmpdir
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-1
@@ -194,11 +194,11 @@ xbmk_create_tmpdir()
|
|||||||
# /tmp might be a tmpfs, so for large files we use ./tmp,
|
# /tmp might be a tmpfs, so for large files we use ./tmp,
|
||||||
# not to be confused with xbmktmp (xbmktmp points to /tmp)
|
# not to be confused with xbmktmp (xbmktmp points to /tmp)
|
||||||
remkdir "$xbmktmp" "$xbmklocal"
|
remkdir "$xbmktmp" "$xbmklocal"
|
||||||
|
remkdir "$XBMK_CACHE/gnupath" "$XBMK_CACHE/xbmkpath"
|
||||||
}
|
}
|
||||||
|
|
||||||
xbmk_create_pathdirs()
|
xbmk_create_pathdirs()
|
||||||
{
|
{
|
||||||
remkdir "$XBMK_CACHE/gnupath" "$XBMK_CACHE/xbmkpath"
|
|
||||||
(
|
(
|
||||||
# set up python v3.x in PATH, in case it's not set up correctly.
|
# set up python v3.x in PATH, in case it's not set up correctly.
|
||||||
# see code above that detected the correct python3 command.
|
# see code above that detected the correct python3 command.
|
||||||
|
|||||||
Reference in New Issue
Block a user