changed pkgcache folder in pacman.conf files

This commit is contained in:
Dan Johansen 2018-12-21 13:04:21 +01:00
parent 68fa8fdfee
commit ee446b88c5
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
# 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/manjaro-arm-tools/pkg/pkg-cache/ CacheDir = /var/lib/manjaro-arm-installer/tmp/pkg-cache/
#LogFile = /var/log/pacman.log #LogFile = /var/log/pacman.log
#GPGDir = /etc/pacman.d/gnupg/ #GPGDir = /etc/pacman.d/gnupg/
HoldPkg = pacman glibc manjaro-system HoldPkg = pacman glibc manjaro-system

View File

@ -11,7 +11,7 @@
# 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/manjaro-arm-tools/pkg/pkg-cache/ CacheDir = /var/lib/manjaro-arm-installer/tmp/pkg-cache/
#LogFile = /var/log/pacman.log #LogFile = /var/log/pacman.log
#GPGDir = /etc/pacman.d/gnupg/ #GPGDir = /etc/pacman.d/gnupg/
HoldPkg = pacman glibc manjaro-system HoldPkg = pacman glibc manjaro-system