Browse Source

bash: changed search pattern for upstream patches to be more tollerant regarding the bash version and to use .patch file suffix

user/amery/mess
Christian Wiese 14 years ago
committed by Christian Wiese
parent
commit
084b28dbbc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      shells/bash/bash.conf

+ 1
- 1
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

Loading…
Cancel
Save