summaryrefslogtreecommitdiff
path: root/configure.py
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-10-04 12:24:14 +0000
committerng0 <ng0@n0.is>2019-10-04 12:24:14 +0000
commit05138a972f88d26ffc6e3af0ee857c9e860c3f98 (patch)
tree568546d89007167d334e1aafa82b3da425ef3629 /configure.py
parent952fca0fef5c2944a4beb244188e7a093df9b89c (diff)
downloadbuild-common-05138a972f88d26ffc6e3af0ee857c9e860c3f98.tar.gz
build-common-05138a972f88d26ffc6e3af0ee857c9e860c3f98.tar.bz2
build-common-05138a972f88d26ffc6e3af0ee857c9e860c3f98.zip
configure.py: add default value to prefix.
Diffstat (limited to 'configure.py')
-rw-r--r--configure.py1
1 files changed, 1 insertions, 0 deletions
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",