gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-taler-build-scripts] branch master updated: configur


From: gnunet
Subject: [GNUnet-SVN] [taler-taler-build-scripts] branch master updated: configure.py: add default value to prefix.
Date: Fri, 04 Oct 2019 14:24:30 +0200

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

ng0 pushed a commit to branch master
in repository taler-build-scripts.

The following commit(s) were added to refs/heads/master by this push:
     new 05138a9  configure.py: add default value to prefix.
05138a9 is described below

commit 05138a972f88d26ffc6e3af0ee857c9e860c3f98
Author: ng0 <address@hidden>
AuthorDate: Fri Oct 4 12:24:14 2019 +0000

    configure.py: add default value to prefix.
---
 configure.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.py b/configure.py
index 3abef38..8c28a56 100644
--- a/configure.py
+++ b/configure.py
@@ -49,6 +49,7 @@ def _read_prefix():
         parser.add_argument("-p",
                             "--prefix",
                             type=str,
+                            default="/usr/local",
                             required=True,
                             help='Directory prefix for installation')
         parser.add_argument("-y",

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



reply via email to

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