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

(-)/var/portage/net-p2p/linuxdcpp/linuxdcpp-9999.ebuild (-9 / +3 lines)
Lines 34-50 Link Here
34
}
34
}
35
35
36
src_install() {
36
src_install() {
37
	insinto /usr/share/${PN}
37
	# linuxdcpp does not install docs according to gentoos naming scheme, so do it by hand
38
	doins -r ${PN} pixmaps glade
39
40
	dodoc Readme.txt Changelog.txt Credits.txt
38
	dodoc Readme.txt Changelog.txt Credits.txt
39
	rm ${S}/*.txt
41
40
42
	dosym /usr/share/${PN}/${PN} /usr/bin/${PN}
41
	scons install PREFIX="/usr" FAKE_ROOT="${D}" || die "scons install failed"
43
	fperms +x /usr/share/${PN}/${PN}
44
45
	doicon pixmaps/${PN}.png
46
47
	make_desktop_entry ${PN} "${PN}" ${PN}
48
}
42
}
49
43
50
pkg_postinst() {
44
pkg_postinst() {

Return to bug 276261