--- chkrootkit-0.43-r2.ebuild 2004-07-24 16:58:08.249287100 -0400 +++ chkrootkit-0.43-r3.ebuild 2004-07-24 16:59:14.696831529 -0400 @@ -26,11 +26,10 @@ src_compile() { make sense || die - make strings || die } src_install() { - dosbin check_wtmpx chklastlog chkproc chkrootkit chkwtmp ifpromisc || die - newsbin strings strings-static || die + dosbin check_wtmpx chklastlog chkproc chkrootkit chkwtmp ifpromisc \ + strings-static || die dodoc README README.chklastlog README.chkwtmp }