projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbf35ca
)
net-misc/axel: fix typ0 in portage usage instructions.
author
Antonio Quartulli
<a@unstable.cc>
Tue, 10 Oct 2017 14:05:06 +0000
(22:05 +0800)
committer
Patrice 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
patch
|
blob
|
history
diff --git
a/net-misc/axel/axel-2.14.1.ebuild
b/net-misc/axel/axel-2.14.1.ebuild
index 4bd7ad89659d9f4ce1370a1c44727d6ff5d7ea33..778e289857a01b7120d419c54259cdcb66036c08 100644
(file)
--- 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}"'
}