View | Details | Raw Unified
Collapse All | Expand All

(-) chkrootkit-0.43-r2.ebuild (-3 / +2 lines)
 Lines 26-36    Link Here 
src_compile() {
src_compile() {
	make sense || die
	make sense || die
	make strings || die
}
}
src_install() {
src_install() {
	dosbin chkdirs chklastlog chkproc chkrootkit chkwtmp ifpromisc || die
	dosbin chkdirs chklastlog chkproc chkrootkit chkwtmp ifpromisc \
	newsbin strings strings-static || die
		strings-static || die
	dodoc README README.chklastlog README.chkwtmp
	dodoc README README.chklastlog README.chkwtmp
}
}