aura
aura copied to clipboard
The cache and hashes directory aren't created when configured via ~/.config/aura/config.toml
Steps to reproduce:
- Create a configuration file. Set the directory locations as follows:
build = "/tmp/aura/builds"
cache = "/tmp/aura/cache"
clones = "/tmp/aura/packages"
hashes = "/tmp/aura/hashes"
-
Install a package with
aura -Axc <pkg_name>. -
/tmp/aura/buildsand/tmp/aura/packageswill be created, but aura will fail becausetmp/aura/cachedoes not exist.
I doubt this behavior is intentional, given the inconsistency. Moreover when the default locations are used, aura creates all directories listed.
Thanks, should be an easy fix.
Done