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

(-)/var/gentoo-x86/dev-lang/prc-tools/prc-tools-2.3-r2.ebuild (-5 / +5 lines)
Lines 113-123 Link Here
113
	export PATH="$PATH:${D}/usr/bin"
113
	export PATH="$PATH:${D}/usr/bin"
114
	einstall || die
114
	einstall || die
115
	# fix file collisions
115
	# fix file collisions
116
	rm -rf "${D}/usr/share/locale/"
116
	rm -rf "${D}"/usr/share/locale/
117
	rm -f "${D}/usr/share/info/gdb.info*.gz"
117
	rm -f "${D}"/usr/share/info/gdb.info*
118
	rm -f "${D}/usr/share/info/gdbint*.gz"
118
	rm -f "${D}"/usr/share/info/gdbint*
119
	rm -f "${D}/usr/share/info/standards.info.gz"
119
	rm -f "${D}"/usr/share/info/standards.info
120
	rm -f "${D}/usr/share/info/stabs.info.gz"
120
	rm -f "${D}"/usr/share/info/stabs.info
121
}
121
}
122
122
123
pkg_postinst() {
123
pkg_postinst() {

Return to bug 151615