--- chkrootkit-0.43-r2.ebuild 2004-07-20 06:23:27.084744000 -0400 +++ chkrootkit-0.43-r3.ebuild 2004-07-20 06:22:33.841838152 -0400 @@ -26,11 +26,10 @@ src_compile() { make sense || die - make strings || die } src_install() { - dosbin chkdirs chklastlog chkproc chkrootkit chkwtmp ifpromisc || die - newsbin strings strings-static || die + dosbin chkdirs chklastlog chkproc chkrootkit chkwtmp ifpromisc \ + strings-static || die dodoc README README.chklastlog README.chkwtmp }