build-common

Shared build system code (usually as a git submodule)
Log | Files | Refs | README | LICENSE

commit 05138a972f88d26ffc6e3af0ee857c9e860c3f98
parent 952fca0fef5c2944a4beb244188e7a093df9b89c
Author: ng0 <ng0@n0.is>
Date:   Fri,  4 Oct 2019 12:24:14 +0000

configure.py: add default value to prefix.

Diffstat:
Mconfigure.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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",