diff options
author | Dave Reisner <dreisner@archlinux.org> | 2017-03-25 10:30:53 -0400 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2017-03-25 10:30:53 -0400 |
commit | 3229a0f2ba9c7b648f84858c019c852a35bb5ee6 (patch) | |
tree | 1a023afb0812243773b9ece8ab30746127d303ee /man | |
parent | c2b33327aa7b8faf3c88aeaa007e7eb4bba4869f (diff) | |
download | asp32-3229a0f2ba9c7b648f84858c019c852a35bb5ee6.tar.xz |
fix defaulting expansion in ASPROOT definition
And keep the doc up to date...
Diffstat (limited to 'man')
-rw-r--r-- | man/asp.1.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/asp.1.txt b/man/asp.1.txt index ece47c8..925e287 100644 --- a/man/asp.1.txt +++ b/man/asp.1.txt @@ -108,7 +108,7 @@ Environment ----------- *ASPROOT*:: Determines where the metadata is stored for locally tracked packages. Defaults - to '$HOME/asp'. + to '${XDG_CACHE_HOME:-$HOME/.cache}/asp'. *ASPCACHE*:: Determines where cached data is stored. Defaults to '$ASPROOT/cache'. Data in |