mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-06-28 11:15:38 -04:00
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.
|
# If you wish to use different paths, uncomment and update the paths.
|
||||||
#RootDir = /
|
#RootDir = /
|
||||||
#DBPath = /var/lib/pacman/
|
#DBPath = /var/lib/pacman/
|
||||||
#CacheDir = /var/cache/pacman/pkg/
|
CacheDir = /var/cache/pacman/{self.arch}/
|
||||||
#LogFile = /var/log/pacman.log
|
#LogFile = /var/log/pacman.log
|
||||||
#GPGDir = /etc/pacman.d/gnupg/
|
#GPGDir = /etc/pacman.d/gnupg/
|
||||||
#HookDir = /etc/pacman.d/hooks/
|
#HookDir = /etc/pacman.d/hooks/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue