gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: contrib: update debian 10 build script i


From: gnunet
Subject: [gnunet] branch master updated: contrib: update debian 10 build script in
Date: Sat, 04 Jan 2020 00:44:48 +0100

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

dvn pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new dee0d325b contrib: update debian 10 build script in
dee0d325b is described below

commit dee0d325bf549ab79c019b233648e827eb9ce308
Author: Devan Carpenter <address@hidden>
AuthorDate: Sat Jan 4 00:37:38 2020 +0100

    contrib: update debian 10 build script in
    
    thanks for the patch from anadahz
---
 contrib/scripts/build-install-gnunet-debian10.sh | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/contrib/scripts/build-install-gnunet-debian10.sh 
b/contrib/scripts/build-install-gnunet-debian10.sh
index 863ed5e2d..8ac7ce8bb 100755
--- a/contrib/scripts/build-install-gnunet-debian10.sh
+++ b/contrib/scripts/build-install-gnunet-debian10.sh
@@ -2,13 +2,15 @@
 set -exo
 set -u pipefail
 
-if test -z "$USER" = "root"; then
+if [ "$USER" = "root" ]; then
   export SUDO_CMD=""
 else
   SUDO_CMD="sudo"
 fi
 
-$SUDO_CMD apt update && $SUDO_CMD apt install -y git libtool autoconf \
+$SUDO_CMD apt update
+
+$SUDO_CMD apt install -y git libtool autoconf \
 autopoint libmicrohttpd-dev build-essential libgcrypt-dev \
 libidn11-dev zlib1g-dev libunistring-dev libglpk-dev miniupnpc \
 libextractor-dev libjansson-dev libcurl4-gnutls-dev gnutls-bin \
@@ -24,7 +26,7 @@ cd ~/gnunet_installation/gnunet
 
 ./bootstrap
 
-export GNUNET_PREFIX=/usr/local
+export GNUNET_PREFIX=/usr
 export CFLAGS="-g -Wall -O0"
 
 ./configure --prefix=$GNUNET_PREFIX --enable-logging=verbose 
--disable-documentation

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



reply via email to

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