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

(-)a/net-proxy/squidguard/squidguard-1.6.0.ebuild (-4 / +4 lines)
Lines 51-59 src_prepare() { Link Here
51
51
52
	eapply_user
52
	eapply_user
53
	eautoreconf
53
	eautoreconf
54
	# eautomake does not work because of borked source code of squidguard buildsystem
54
55
	# only needed to create install-sh and other missing stuff
55
	local amver=$(best_version sys-devel/automake)
56
	automake --no-force --add-missing --copy
56
	amver=$(ver_cut 1-2 "${amver#sys-devel/automake-}")
57
	cp -p "${BROOT}/usr/share/automake-${amver}/install-sh" . || die
57
}
58
}
58
59
59
src_configure() {
60
src_configure() {
60
- 

Return to bug 705374