Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 556306 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/net-proxy/squidclamav/squidclamav-6.10.ebuild (-2 / +2 lines)
Lines 21-27 Link Here
21
src_prepare() {
21
src_prepare() {
22
	# version 6.3 causes maintainer-mode rebuild from tarball, and
22
	# version 6.3 causes maintainer-mode rebuild from tarball, and
23
	# contains acinclude.m4 with libtool macros which cause trouble.
23
	# contains acinclude.m4 with libtool macros which cause trouble.
24
	rm acinclude.m4 || die
24
	# rm acinclude.m4 || die
25
	eautoreconf
25
	eautoreconf
26
	elibtoolize
26
	elibtoolize
27
}
27
}
Lines 42-48 Link Here
42
	# Fix configuration file to adapt to the Gentoo configuration
42
	# Fix configuration file to adapt to the Gentoo configuration
43
	sed -i \
43
	sed -i \
44
		-e '/clamd_local/s:\.ctl:.sock:' \
44
		-e '/clamd_local/s:\.ctl:.sock:' \
45
		"${D}"/etc/squidclamav.conf || die
45
		"${D}"/etc/c-icap/squidclamav.conf || die
46
}
46
}
47
47
48
pkg_postinst() {
48
pkg_postinst() {

Return to bug 556306