Fixed slpkg tmp path

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2022-10-28 10:55:26 +03:00
parent 86a5871193
commit 665f081e73

View file

@ -92,7 +92,7 @@ class Configs:
pass pass
# Creating the paths if they doesn't exists # Creating the paths if they doesn't exists
paths = [tmp_path, paths = [tmp_slpkg,
build_path, build_path,
download_only, download_only,
sbo_repo_path, sbo_repo_path,