mirror of
https://github.com/macports/mpbb.git
synced 2026-07-12 18:18:44 -07:00
mp-buildbot: fix fetching MacPorts bootstrap source code
git-svn-id: https://svn.macports.org/repository/macports/contrib/mp-buildbot@150985 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ selfupdate() {
|
||||
macports_distfile=${macports_distname}.tar.bz2
|
||||
if [ ! -d ${macports_distname} ]; then
|
||||
if [ ! -f ${macports_distfile} ]; then
|
||||
curl -fIsLO https://distfiles.macports.org/MacPorts/${macports_distfile} || return $?
|
||||
curl -fsLO https://distfiles.macports.org/MacPorts/${macports_distfile} || return $?
|
||||
fi
|
||||
tar -xJf ${macports_distfile} || return $?
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user