Open
Description
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/builds
and/tmp/aura/packages
will be created, but aura will fail becausetmp/aura/cache
does not exist.
I doubt this behavior is intentional, given the inconsistency. Moreover when the default locations are used, aura creates all directories listed.
Activity