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

(-)file_not_specified_in_diff (-8 / +4 lines)
Line  Link Here
0
-- nagircbot-0.0.33.ebuild~
0
++ nagircbot-0.0.33.ebuild
Lines 34-44 Link Here
34
}
34
}
35
35
36
src_install() {
36
src_install() {
37
	dodir /usr/bin
37
	dobin nagircbot
38
	cp "${S}"/nagircbot "${D}"/usr/bin
38
	newconfd "${FILESDIR}"/conf nagircbot
39
39
	newinitd "${FILESDIR}"/init nagircbot
40
	dodir /etc/init.d
41
	dodir /etc/conf.d
42
	cp "${FILESDIR}"/conf "${D}"/etc/conf.d/nagircbot
43
	cp "${FILESDIR}"/init "${D}"/etc/init.d/nagircbot
44
}
40
}

Return to bug 550542