From 181643e6c0238b846cfd81371ec2cf1ae462f6e7 Mon Sep 17 00:00:00 2001 From: InsanePrawn Date: Fri, 1 Oct 2021 07:42:52 +0200 Subject: [PATCH] Make pacman cache arch-specific --- distro.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/