diff options
author | James Meyer <james.meyer@operamail.com> | 2013-01-10 22:12:48 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2013-01-10 22:13:00 (GMT) |
commit | 412779a29d766cb2832380e550db490356b67569 (patch) | |
tree | 82fc57e8944271b313b9e6eb582ce551feb2cf4c /templates/pacman.conf.chroot | |
parent | 8730ff5dfffcb615d4aeebbba08127f681fe2d93 (diff) | |
parent | 25d0595ebdeb9426957445336170919d22344e4d (diff) | |
download | linhes_dev-412779a29d766cb2832380e550db490356b67569.zip |
Merge remote-tracking branch 'origin/testing' into testing
Diffstat (limited to 'templates/pacman.conf.chroot')
-rw-r--r-- | templates/pacman.conf.chroot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/pacman.conf.chroot b/templates/pacman.conf.chroot index 0ab10ba..232ccee 100644 --- a/templates/pacman.conf.chroot +++ b/templates/pacman.conf.chroot @@ -19,7 +19,7 @@ # If you wish to use different paths, uncomment and update the paths. #RootDir = / #DBPath = /var/lib/pacman/ -CacheDir = /data/var/cache/pacman/pkg/ +CacheDir = /tmp/cache/pacman #LogFile = /var/log/pacman.log HoldPkg = pacman glibc # If upgrades are available for these packages they will be asked for first @@ -27,7 +27,7 @@ SyncFirst = pacman #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u #XferCommand = /usr/bin/curl -C - -f %u > %o #CleanMethod = KeepInstalled -Architecture = i686 +Architecture = REPLACEME # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup #IgnorePkg = |