Make pacman cache arch-specific
This commit is contained in:
parent
4d9fe835e7
commit
181643e6c0
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ class Distro:
|
|||
# If you wish to use different paths, uncomment and update the paths.
|
||||
#RootDir = /
|
||||
#DBPath = /var/lib/pacman/
|
||||
#CacheDir = /var/cache/pacman/pkg/
|
||||
CacheDir = /var/cache/pacman/{self.arch}/
|
||||
#LogFile = /var/log/pacman.log
|
||||
#GPGDir = /etc/pacman.d/gnupg/
|
||||
#HookDir = /etc/pacman.d/hooks/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue