diff --git a/distro.py b/distro.py index e7c829f..72f97a2 100644 --- a/distro.py +++ b/distro.py @@ -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/