Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: /
Date: Mon, 29 Jul 2019 20:10:35
Message-Id: 1564430427.8acef68eac8dc4f7a6e937d11c4dd8713431e9b6.whissi@gentoo
1 commit: 8acef68eac8dc4f7a6e937d11c4dd8713431e9b6
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 29 00:09:39 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 29 20:00:27 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=8acef68e
7
8 Export $PATH to genkernel worker
9
10 For example required for ccache.
11
12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13
14 gen_funcs.sh | 4 ++++
15 1 file changed, 4 insertions(+)
16
17 diff --git a/gen_funcs.sh b/gen_funcs.sh
18 index 59c7507..cb0763a 100755
19 --- a/gen_funcs.sh
20 +++ b/gen_funcs.sh
21 @@ -595,6 +595,7 @@ dropbear_create_key() {
22 "LOGLEVEL='${LOGLEVEL}'"
23 "LOGFILE='${LOGFILE}'"
24 "NOCOLOR='${NOCOLOR}'"
25 + "PATH='${PATH}'"
26 "TEMP='${TEMP}'"
27 )
28
29 @@ -670,6 +671,7 @@ dropbear_generate_key_info_file() {
30 "LOGLEVEL='${LOGLEVEL}'"
31 "LOGFILE='${LOGFILE}'"
32 "NOCOLOR='${NOCOLOR}'"
33 + "PATH='${PATH}'"
34 "TEMP='${TEMP}'"
35 )
36
37 @@ -1197,6 +1199,7 @@ gkbuild() {
38 "LOGLEVEL='${LOGLEVEL}'"
39 "LOGFILE='${LOGFILE}'"
40 "NOCOLOR='${NOCOLOR}'"
41 + "PATH='${PATH}'"
42 "TEMP='${TEMP}'"
43 "TMPDIR='${TEMP}'"
44 )
45 @@ -1285,6 +1288,7 @@ unpack() {
46 "LOGLEVEL='${LOGLEVEL}'"
47 "LOGFILE='${LOGFILE}'"
48 "NOCOLOR='${NOCOLOR}'"
49 + "PATH='${PATH}'"
50 "TEMP='${TEMP}'"
51 )