diff --git a/net-analyzer/theHarvester/theHarvester-2.7-r1.ebuild b/net-analyzer/theHarvester/theHarvester-2.7-r1.ebuild index f3e6708a6..0e088a063 100644 --- a/net-analyzer/theHarvester/theHarvester-2.7-r1.ebuild +++ b/net-analyzer/theHarvester/theHarvester-2.7-r1.ebuild @@ -27,7 +27,6 @@ src_prepare() { sed -e 's|from lib|from theHarvester.lib|' -i theHarvester.py || die "sed failed" sed -e 's|from lib|from theHarvester.lib|' -i lib/htmlExport.py || die "sed failed" for i in discovery/*.py; do - echo $i sed -e 's|import myparser|from theHarvester import myparser|' -i $i || die "sed for $i failed" done touch __init__.py