Skip to content

Commit

Permalink
app-shells/bash: Added more fixes to the system-readline sed call
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/757519
Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Lars Wendler <[email protected]>
  • Loading branch information
Lars Wendler committed Nov 29, 2020
1 parent ff8585b commit d159680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-shells/bash/bash-5.1_rc3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,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.
Expand Down

0 comments on commit d159680

Please sign in to comment.