summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2019-04-24 17:02:11 +0100
committerMarek Szuba <marecki@gentoo.org>2019-04-24 17:02:11 +0100
commit086a21eb69bd2eda1243b810aa4ffc3eee3aef13 (patch)
tree190570b07a44dfb374954c4dcfe862bc319809a3 /net-analyzer/nessus-bin
parentx11-misc/lineak-xosdplugin: EAPI=7 (diff)
downloadgentoo-086a21eb69bd2eda1243b810aa4ffc3eee3aef13.tar.gz
gentoo-086a21eb69bd2eda1243b810aa4ffc3eee3aef13.tar.bz2
gentoo-086a21eb69bd2eda1243b810aa4ffc3eee3aef13.zip
net-analyzer/nessus-bin: fix download URI
Tenable services are sensitive to the extra slash, if it is present one gets a 404 instead of the download page. Signed-off-by: Marek Szuba <marecki@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'net-analyzer/nessus-bin')
-rw-r--r--net-analyzer/nessus-bin/nessus-bin-8.3.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/nessus-bin/nessus-bin-8.3.1.ebuild b/net-analyzer/nessus-bin/nessus-bin-8.3.1.ebuild
index c71876cbb623..45aa75d3c45a 100644
--- a/net-analyzer/nessus-bin/nessus-bin-8.3.1.ebuild
+++ b/net-analyzer/nessus-bin/nessus-bin-8.3.1.ebuild
@@ -29,7 +29,7 @@ QA_PREBUILT="opt/nessus/bin/nasl
S="${WORKDIR}"
pkg_nofetch() {
- einfo "Please download ${A} from ${HOMEPAGE}/downloads/nessus"
+ einfo "Please download ${A} from ${HOMEPAGE}downloads/nessus"
einfo "The archive should then be placed into your DISTDIR directory."
}