diff options
| author | Leah Rowe <leah@libreboot.org> | 2025-05-18 11:28:15 +0100 | 
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2025-05-18 11:28:15 +0100 | 
| commit | c75bc0449d01a3a1495e75998b27fbc2a624a2ce (patch) | |
| tree | f8cb6fcae2ecb1237c8c7b74d240a41c97b5cc82 /include | |
| parent | 253aa81a3f991b8951c964e62859573b7a971440 (diff) | |
init.sh: move gnupath creation to create_tmpdir
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/init.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/init.sh b/include/init.sh index 2c65d0b6..ed11dfd3 100644 --- a/include/init.sh +++ b/include/init.sh @@ -194,11 +194,11 @@ xbmk_create_tmpdir()  	# /tmp might be a tmpfs, so for large files we use ./tmp,  	# not to be confused with xbmktmp (xbmktmp points to /tmp)  	remkdir "$xbmktmp" "$xbmklocal" +	remkdir "$XBMK_CACHE/gnupath" "$XBMK_CACHE/xbmkpath"  }  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.  	# see code above that detected the correct python3 command. | 
