[150987] contrib/mp-buildbot/mpbb-selfupdate

ryandesign at macports.org ryandesign at macports.org
Thu Aug 4 14:29:45 PDT 2016


Revision: 150987
          https://trac.macports.org/changeset/150987
Author:   ryandesign at macports.org
Date:     2016-08-04 14:29:45 -0700 (Thu, 04 Aug 2016)
Log Message:
-----------
mp-buildbot: fix extracting MacPorts bootstrap source tarball

Modified Paths:
--------------
    contrib/mp-buildbot/mpbb-selfupdate

Modified: contrib/mp-buildbot/mpbb-selfupdate
===================================================================
--- contrib/mp-buildbot/mpbb-selfupdate	2016-08-04 20:33:27 UTC (rev 150986)
+++ contrib/mp-buildbot/mpbb-selfupdate	2016-08-04 21:29:45 UTC (rev 150987)
@@ -17,7 +17,7 @@
             if [ ! -f ${macports_distfile} ]; then
                 curl -fsLO https://distfiles.macports.org/MacPorts/${macports_distfile} || return $?
             fi
-            tar -xJf ${macports_distfile} || return $?
+            tar -xjf ${macports_distfile} || return $?
         fi
         cd ${macports_distname} || return $?
         ./configure --prefix=${option_prefix} --enable-readline || return $?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160804/f07d5929/attachment-0001.html>


More information about the macports-changes mailing list