From c75bc0449d01a3a1495e75998b27fbc2a624a2ce Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 18 May 2025 11:28:15 +0100 Subject: init.sh: move gnupath creation to create_tmpdir Signed-off-by: Leah Rowe --- include/init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/init.sh') 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. -- cgit v1.2.1