gnunet-svn
[Top][All Lists]
Advanced

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

[www] branch stable updated (bdb047e -> 091ff78)


From: gnunet
Subject: [www] branch stable updated (bdb047e -> 091ff78)
Date: Fri, 15 May 2020 11:22:06 +0200

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

martin-schanzenbach pushed a change to branch stable
in repository www.

    from bdb047e  formatting
     add 091ff78  actually fix prefix

No new revisions were added by this update.

Summary of changes:
 template/install.html.j2 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/template/install.html.j2 b/template/install.html.j2
index 437c3a9..b1494ca 100644
--- a/template/install.html.j2
+++ b/template/install.html.j2
@@ -89,11 +89,11 @@ If you have any queries about the installation or the 
usage, please <a href="eng
    {% endtrans %}
   </p>
   <code class="block">
-    $ export GNUNET_PREFIX=/usr/local # or other directory of your choice<br>
+    $ export GNUNET_PREFIX=/usr/local/lib # or other directory of your 
choice<br>
     $ sudo addgroup gnunetdns <br>
     $ sudo adduser --system --home "/var/lib/gnunet" --group gnunet --shell 
/bin/sh<br>
     $ ./bootstrap # only if you install from git <br>
-    $ ./configure --prefix=$GNUNET_PREFIX <br>
+    $ ./configure --prefix=$GNUNET_PREFIX/.. <br>
     $ make
   </code>
   <p>

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



reply via email to

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