net-misc/axel: fix typ0 in portage usage instructions.
authorAntonio Quartulli <a@unstable.cc>
Tue, 10 Oct 2017 14:05:06 +0000 (22:05 +0800)
committerPatrice Clement <monsieurp@gentoo.org>
Fri, 27 Oct 2017 22:42:33 +0000 (00:42 +0200)
Signed-off-by: Antonio Quartulli <a@unstable.cc>
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/5913

net-misc/axel/axel-2.14.1.ebuild

index 4bd7ad89659d9f4ce1370a1c44727d6ff5d7ea33..778e289857a01b7120d419c54259cdcb66036c08 100644 (file)
@@ -50,6 +50,6 @@ pkg_postinst() {
        einfo ' mv "$1.axel" "$1"'
        einfo
        einfo 'and then add the following to your make.conf:'
-       einfo ' FETCHCOMMAND='\''/usr/local/bin/fetchwrapper.sh "\${DISTDIR}/\${FILE}.axel" "\${URI}"'\'
+       einfo ' FETCHCOMMAND='\''/usr/local/bin/fetchwrapper.sh "\${DISTDIR}/\${FILE}" "\${URI}"'\'
        einfo ' RESUMECOMMAND="${FETCHCOMMAND}"'
 }