From 10a6b0b999a2460c927064bac3317a4901e47a02 Mon Sep 17 00:00:00 2001 From: blshkv Date: Thu, 23 Mar 2017 11:05:00 +0800 Subject: [PATCH] theHarvester: cleanup debug line --- net-analyzer/theHarvester/theHarvester-2.7-r1.ebuild | 1 - 1 file changed, 1 deletion(-) 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