gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: bootstrap: swap around downloaders, add


From: gnunet
Subject: [gnunet] branch master updated: bootstrap: swap around downloaders, add message.
Date: Sat, 16 Nov 2019 20:53:08 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new afa6e54f6 bootstrap: swap around downloaders, add message.
afa6e54f6 is described below

commit afa6e54f65e1a7470371fb964c0d3adbd1956b5b
Author: ng0 <address@hidden>
AuthorDate: Sat Nov 16 19:50:03 2019 +0000

    bootstrap: swap around downloaders, add message.
---
 bootstrap | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/bootstrap b/bootstrap
index 07043aa1c..dc8f563d9 100755
--- a/bootstrap
+++ b/bootstrap
@@ -38,12 +38,12 @@ if test $1 = "-d"; then
         dir=$(dirname "$(readlink -f -- "$0")")
         mkdir -p $dir/contrib/vendored
         cd contrib/vendored
-        if existence ftp; then
-            ftp https://mandoc.bsd.lv/texi2mdoc/snapshots/texi2mdoc-0.1.2.tgz
-        elif existence curl; then
+        if existence curl; then
             curl --output texi2mdoc-0.1.2.tgz 
https://mandoc.bsd.lv/texi2mdoc/snapshots/texi2mdoc-0.1.2.tgz
         elif existence wget; then
             wget https://mandoc.bsd.lv/texi2mdoc/snapshots/texi2mdoc-0.1.2.tgz
+        elif existence ftp; then
+            ftp https://mandoc.bsd.lv/texi2mdoc/snapshots/texi2mdoc-0.1.2.tgz
         elif existence fetch; then
             fetch https://mandoc.bsd.lv/texi2mdoc/snapshots/texi2mdoc-0.1.2.tgz
         else
@@ -55,6 +55,7 @@ if test $1 = "-d"; then
             dir=$(dirname "$(readlink -f -- "$0")")
             make
             echo "please prepend or append $dir/contrib/vendored/texi2mdoc/ to 
your PATH before running configure"
+            echo "and pass --enable-texi2mdoc-generation to configure"
         else
             echo "no texi2mdoc, skipping"
         fi

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]