From: Antonio Quartulli Date: Tue, 10 Oct 2017 14:05:06 +0000 (+0800) Subject: net-misc/axel: fix typ0 in portage usage instructions. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=141e2f099af5e94d808396a729dee86c586422c2;p=gentoo.git net-misc/axel: fix typ0 in portage usage instructions. Signed-off-by: Antonio Quartulli Package-Manager: Portage-2.3.8, Repoman-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/5913 --- diff --git a/net-misc/axel/axel-2.14.1.ebuild b/net-misc/axel/axel-2.14.1.ebuild index 4bd7ad89659d..778e289857a0 100644 --- a/net-misc/axel/axel-2.14.1.ebuild +++ b/net-misc/axel/axel-2.14.1.ebuild @@ -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}"' }