Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: /
Date: Sun, 03 Sep 2017 06:28:28
Message-Id: 1504420095.a4ff177a32209a92ac48cb17e70b1546d305628d.robbat2@gentoo
1 commit: a4ff177a32209a92ac48cb17e70b1546d305628d
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 3 06:23:52 2017 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 3 06:28:15 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=a4ff177a
7
8 gen_funcs: make per-version cachedir
9
10 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
11
12 gen_funcs.sh | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/gen_funcs.sh b/gen_funcs.sh
16 index 9e8cb1c..656ddef 100755
17 --- a/gen_funcs.sh
18 +++ b/gen_funcs.sh
19 @@ -239,7 +239,7 @@ isBootRO()
20 setup_cache_dir()
21 {
22
23 -[ ! -d "${CACHE_DIR}" ] && mkdir -p "${CACHE_DIR}/${GK_V}"
24 +[ ! -d "${CACHE_DIR}/${GK_V}" ] && mkdir -p "${CACHE_DIR}/${GK_V}"
25
26 if [ "${CLEAR_CACHE_DIR}" == 'yes' ]
27 then