gnunet-svn
[Top][All Lists]
Advanced

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

[www] branch master updated: actually fix prefix


From: gnunet
Subject: [www] branch master updated: actually fix prefix
Date: Fri, 15 May 2020 11:21:57 +0200

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

martin-schanzenbach pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 091ff78  actually fix prefix
091ff78 is described below

commit 091ff7864c218c1756b7d70b7d10ca68b5679528
Author: Martin Schanzenbach <address@hidden>
AuthorDate: Fri May 15 11:16:53 2020 +0200

    actually fix prefix
---
 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]