Browse Source

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

user/karasz/next/updates
Christian Wiese 15 years ago committed by Christian Wiese
parent
commit
084b28dbbc
  1. 2
      shells/bash/bash.conf

2
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