summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-shells/bash/bash-5.1_p16.ebuild')
-rw-r--r--app-shells/bash/bash-5.1_p16.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/bash/bash-5.1_p16.ebuild b/app-shells/bash/bash-5.1_p16.ebuild
index 15d76da733d1..c5c1f374ace9 100644
--- a/app-shells/bash/bash-5.1_p16.ebuild
+++ b/app-shells/bash/bash-5.1_p16.ebuild
@@ -27,7 +27,7 @@ patches() {
echo "${@/#/${DISTDIR}/}"
else
local u
- for u in ftp://ftp.cwru.edu/pub/bash mirror://gnu/${pn} ; do
+ for u in mirror://gnu/${pn} ftp://ftp.cwru.edu/pub/bash ; do
printf "${u}/${pn}-${pv}-patches/%s " "$@"
done
fi