From 084b28dbbc50361facb648bec527ae12e2c126d7 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Wed, 14 Jul 2010 18:13:32 +0200 Subject: [PATCH] bash: changed search pattern for upstream patches to be more tollerant regarding the bash version and to use .patch file suffix --- shells/bash/bash.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shells/bash/bash.conf b/shells/bash/bash.conf index 28c3ef127..22ecd773e 100644 --- a/shells/bash/bash.conf +++ b/shells/bash/bash.conf @@ -37,7 +37,7 @@ pkg_bash_postmake() { pkg_bash_preconf() { # historic hack - still needed? -ReneR touch lib/malloc/malloc.c - for x in `match_source_file -p 'bash3.*-.*'` ; do + for x in `match_source_file -p 'bash.*-.*\.patch'` ; do echo "Applying patch ${x##*/} ..." patch -p0 < $x done