summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Quartulli <a@unstable.cc>2017-10-10 22:05:06 +0800
committerPatrice Clement <monsieurp@gentoo.org>2017-10-28 00:42:33 +0200
commit141e2f099af5e94d808396a729dee86c586422c2 (patch)
treea8ff31dcaf9ecb063a9e1c2a988d0be40de26440 /net-misc/axel/axel-2.14.1.ebuild
parentsys-libs/glibc: Add flag to build locale data in src_install, bug 146882 (diff)
downloadgentoo-141e2f099af5e94d808396a729dee86c586422c2.tar.gz
gentoo-141e2f099af5e94d808396a729dee86c586422c2.tar.bz2
gentoo-141e2f099af5e94d808396a729dee86c586422c2.zip
net-misc/axel: fix typ0 in portage usage instructions.
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
Diffstat (limited to 'net-misc/axel/axel-2.14.1.ebuild')
-rw-r--r--net-misc/axel/axel-2.14.1.ebuild2
1 files changed, 1 insertions, 1 deletions
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}"'
}