From 8283404aca67c20557d555398d6291cd2cde11a2 Mon Sep 17 00:00:00 2001 From: blshkv Date: Thu, 10 Oct 2019 21:41:53 +0800 Subject: [PATCH] dirsearch: make a note, see https://github.com/pentoo/pentoo-overlay/issues/512 --- net-analyzer/dirsearch/dirsearch-0.3.8.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-analyzer/dirsearch/dirsearch-0.3.8.ebuild b/net-analyzer/dirsearch/dirsearch-0.3.8.ebuild index 7d65cfc9d..6a7601df8 100644 --- a/net-analyzer/dirsearch/dirsearch-0.3.8.ebuild +++ b/net-analyzer/dirsearch/dirsearch-0.3.8.ebuild @@ -53,4 +53,5 @@ src_install() { pkg_postinst() { elog "\nExample: https://infosectoughguy.blogspot.com/2016/10/lazy-directory-searching-for-pentesters.html\n" + elog "Please create the following folder: mkdir -p ~/.dirsearch/" }