commit: 5d36a11a989b145891f8ede0110ba781fb3b939c
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 19 15:11:30 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Nov 24 19:59:15 2019 +0000
URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=5d36a11a
gkbuild.sh: _src_prepare(): Fix wording
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
worker_modules/gkbuild.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/worker_modules/gkbuild.sh b/worker_modules/gkbuild.sh
index 2039c85..2c23386 100644
--- a/worker_modules/gkbuild.sh
+++ b/worker_modules/gkbuild.sh
@@ -469,7 +469,7 @@ _src_prepare() {
then
if [[ ${checksum} != $(at_checksum) ]]
then
- print_info 3 "$(get_indent 2)${P}: >> Will
autoreconfigure due applied patches ..."
+ print_info 3 "$(get_indent 2)${P}: >> Will
autoreconfigure due to applied patches ..."
want_autoreconf=yes
fi
fi