Make pacman cache arch-specific

This commit is contained in:
InsanePrawn 2021-10-01 07:42:52 +02:00
parent 4d9fe835e7
commit 181643e6c0

View file

@ -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/