summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-11-23 09:38:37 +0100
committerErich Eckner <git@eckner.net>2018-11-23 09:38:37 +0100
commit17f9f65ddba13bf81d89231f95c1796887ad8626 (patch)
treee8c96f1ef4651101f832d545a7c4861f64489f46
parentf2da8bbabbc1ef7fa0dc313f1da092c6a371e412 (diff)
downloadbuilder-17f9f65ddba13bf81d89231f95c1796887ad8626.tar.xz
misc/pacman-i[46]86.conf: pacman needs real CacheDir
-rw-r--r--misc/pacman-i486.conf2
-rw-r--r--misc/pacman-i686.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/pacman-i486.conf b/misc/pacman-i486.conf
index 9fd4246..d3da946 100644
--- a/misc/pacman-i486.conf
+++ b/misc/pacman-i486.conf
@@ -11,7 +11,7 @@
# If you wish to use different paths, uncomment and update the paths.
#RootDir = /
DBPath = /home/master/builder/work/pacman-i486.db/
-CacheDir = /dev/null
+CacheDir = /home/master/builder/work/pacman-i486.cache/
LogFile = /dev/null
#GPGDir = /etc/pacman.d/gnupg/
#HookDir = /etc/pacman.d/hooks/
diff --git a/misc/pacman-i686.conf b/misc/pacman-i686.conf
index b3b53a4..e2ab786 100644
--- a/misc/pacman-i686.conf
+++ b/misc/pacman-i686.conf
@@ -11,7 +11,7 @@
# If you wish to use different paths, uncomment and update the paths.
#RootDir = /
DBPath = /home/master/builder/work/pacman-i686.db/
-CacheDir = /dev/null
+CacheDir = /home/master/builder/work/pacman-i686.cache/
LogFile = /dev/null
#GPGDir = /etc/pacman.d/gnupg/
#HookDir = /etc/pacman.d/hooks/