Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 757519
Collapse All | Expand All

(-)bash-5.1_rc3.ebuild (-1 / +1 lines)
Lines 92-98 Link Here
92
	if is_release ; then
92
	if is_release ; then
93
		rm -rf lib/{readline,termcap}/* || die
93
		rm -rf lib/{readline,termcap}/* || die
94
		touch lib/{readline,termcap}/Makefile.in || die # for config.status
94
		touch lib/{readline,termcap}/Makefile.in || die # for config.status
95
		sed -ri -e 's:\$[(](RL|HIST)_LIBSRC[)]/[[:alpha:]]*.h::g' Makefile.in || die
95
		sed -ri -e 's:\$[{(](RL|HIST)_LIBSRC[)}]/[[:alpha:]]*.h::g' Makefile.in || die
96
	fi
96
	fi
97
97
98
	# Prefixify hardcoded path names. No-op for non-prefix.
98
	# Prefixify hardcoded path names. No-op for non-prefix.

Return to bug 757519