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

Collapse All | Expand All

(-)acl-2.2.51.ebuild.orig (-1 / +5 lines)
Lines 53-60 Link Here
53
		--bindir="${EPREFIX}"/bin
53
		--bindir="${EPREFIX}"/bin
54
}
54
}
55
55
56
src_compile() {
57
	emake SHELL=/bin/bash
58
}
59
56
src_install() {
60
src_install() {
57
	emake DIST_ROOT="${D}" install install-dev install-lib || die
61
	emake DIST_ROOT="${D}" SHELL=/bin/bash install install-dev install-lib || die
58
	use static-libs || find "${D}" -name '*.la' -delete
62
	use static-libs || find "${D}" -name '*.la' -delete
59
63
60
	# move shared libs to /
64
	# move shared libs to /

Return to bug 366393