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

(-)file_not_specified_in_diff (-1 / +6 lines)
Line  Link Here
0
-- a/libical-0.48.ebuild
0
++ b/libical-0.48.ebuild
Lines 38-43 Link Here
38
}
38
}
39
39
40
src_install() {
40
src_install() {
41
	for FILE in `find "${S}" -iname \*.la`
42
	do
43
		sed -i~ -e "s;/usr;${D}/usr;" "${FILE}"
44
	done
45
41
	emake DESTDIR="${D}" install
46
	emake DESTDIR="${D}" install
42
47
43
	rm -f "${ED}"usr/lib*/${PN}*.la
48
	rm -f "${ED}"usr/lib*/${PN}*.la

Return to bug 456256