diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2014-06-23 09:36:02 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2014-06-23 15:05:18 -0700 |
commit | 7a1a9d509e38219824676660f41cb4f097c470c4 (patch) | |
tree | c7986282938f9353675a539f9c96aa1f6247320a /genkernel.conf | |
parent | Whitepace. (diff) | |
download | genkernel-7a1a9d509e38219824676660f41cb4f097c470c4.tar.gz genkernel-7a1a9d509e38219824676660f41cb4f097c470c4.tar.bz2 genkernel-7a1a9d509e38219824676660f41cb4f097c470c4.zip |
genkernel.conf: DISTDIR in /var/cache bad
Move DISTDIR to /usr/share/genkernel/distfiles: /var/cache might be on
tmpfs and wiped each boot.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'genkernel.conf')
-rw-r--r-- | genkernel.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/genkernel.conf b/genkernel.conf index 09a7fcc6..ad5750e7 100644 --- a/genkernel.conf +++ b/genkernel.conf @@ -191,7 +191,7 @@ GK_SHARE="${GK_SHARE:-/usr/share/genkernel}" # Location of the default cache CACHE_DIR="/var/cache/genkernel" # Location of DISTDIR, where our source tarballs are stored -DISTDIR="${CACHE_DIR}/src" +DISTDIR="${GK_SHARE}/distfiles" # Log output file LOGFILE="/var/log/genkernel.log" # Debug Level |