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

Collapse All | Expand All

(-)attr-2.4.46.ebuild.orig (-1 / +5 lines)
Lines 41-48 Link Here
41
		--bindir=/bin
41
		--bindir=/bin
42
}
42
}
43
43
44
src_compile() {
45
	emake SHELL=/bin/bash
46
}
47
44
src_install() {
48
src_install() {
45
	emake DIST_ROOT="${D}" install install-lib install-dev || die
49
	emake DIST_ROOT="${D}" SHELL=/bin/bash install install-lib install-dev || die
46
	use static-libs || find "${D}" -name '*.la' -delete
50
	use static-libs || find "${D}" -name '*.la' -delete
47
	# the man-pages packages provides the man2 files
51
	# the man-pages packages provides the man2 files
48
	rm -r "${D}"/usr/share/man/man2
52
	rm -r "${D}"/usr/share/man/man2

Return to bug 366671