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

Collapse All | Expand All

(-)python-ptrace.orig/python-ptrace-0.6.3.ebuild (-6 / +7 lines)
Lines 37-46 Link Here
37
}
37
}
38
38
39
src_install() {
39
src_install() {
40
	dodir /usr/share/doc/${PF}/examples
40
        dodir usr/share/doc/${PF}/examples
41
	cp -R "${S}/"examples/* "${D}"/usr/share/doc/${PF}/examples
41
	docompress -x usr/share/doc/${PF}/examples
42
#	insinto usr/share/doc/${PF}/examples
42
	insinto usr/share/doc/${PF}/examples
43
#	doins examples/* || die "deadeded"
43
	doins examples/* || die 
44
44
#	cp -R "${S}/"examples/* "${D}"/usr/share/doc/${PF}/examples
45
	dodoc ${DOCS[@]}
45
	# dodocs is NOT redundant; DOCS defined with 1 unique entry
46
        dodoc ${DOCS[@]}
46
}
47
}

Return to bug 291838