summaryrefslogtreecommitdiff
path: root/app-shells/bash/bash-2.05b_p13.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-shells/bash/bash-2.05b_p13.ebuild')
-rw-r--r--app-shells/bash/bash-2.05b_p13.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/bash/bash-2.05b_p13.ebuild b/app-shells/bash/bash-2.05b_p13.ebuild
index 9c9eb79db32a..9c9e3fec805e 100644
--- a/app-shells/bash/bash-2.05b_p13.ebuild
+++ b/app-shells/bash/bash-2.05b_p13.ebuild
@@ -76,7 +76,7 @@ src_prepare() {
# Clean out local libs so we know we use system ones
rm -rf lib/{readline,termcap}/* || die
touch lib/{readline,termcap}/Makefile.in || die # for config.status
- sed -ri -e 's:\$[(](RL|HIST)_LIBSRC[)]/[[:alpha:]]*.h::g' Makefile.in || die
+ sed -ri -e 's:\$[{(](RL|HIST)_LIBSRC[)}]/[[:alpha:]_-]*\.h::g' Makefile.in || die
default
}