aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-11-19 16:11:30 +0100
committerThomas Deutschmann <whissi@gentoo.org>2019-11-24 20:59:15 +0100
commit5d36a11a989b145891f8ede0110ba781fb3b939c (patch)
tree3f1497f1f28953ad440b3fad2d8cf7d9919c1c6d /worker_modules
parentbtrfs-progs bumped to v5.3.1 (diff)
downloadgenkernel-5d36a11a989b145891f8ede0110ba781fb3b939c.tar.gz
genkernel-5d36a11a989b145891f8ede0110ba781fb3b939c.tar.bz2
genkernel-5d36a11a989b145891f8ede0110ba781fb3b939c.zip
gkbuild.sh: _src_prepare(): Fix wording
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'worker_modules')
-rw-r--r--worker_modules/gkbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/worker_modules/gkbuild.sh b/worker_modules/gkbuild.sh
index 2039c854..2c233865 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