summaryrefslogtreecommitdiff
path: root/app-shells/bash/bash-4.4_p23-r2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-shells/bash/bash-4.4_p23-r2.ebuild')
-rw-r--r--app-shells/bash/bash-4.4_p23-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/bash/bash-4.4_p23-r2.ebuild b/app-shells/bash/bash-4.4_p23-r2.ebuild
index 518e64ef49f9..7e210e06b833 100644
--- a/app-shells/bash/bash-4.4_p23-r2.ebuild
+++ b/app-shells/bash/bash-4.4_p23-r2.ebuild
@@ -89,7 +89,7 @@ src_prepare() {
if is_release ; then
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
fi
# Prefixify hardcoded path names. No-op for non-prefix.