build-common

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

commit eb2e6105e477f232f775dd0c0e860b2df57a6a57
parent 6ed0bb52a46a4912c9c91b4f28838a1ccd48462b
Author: ng0 <ng0@n0.is>
Date:   Fri,  4 Oct 2019 16:55:58 +0000

prefix

Diffstat:
Mconfigure.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.py b/configure.py @@ -124,7 +124,7 @@ def _read_prefix(): if 'DEBUG' in os.environ: logger.debug('PREFIX from environment: %s', p_myprefix) myprefix = p_myprefix - elif args.prefix: + elif args.prefix is not '/usr/local': if 'DEBUG' in os.environ: logger.debug('PREFIX from args.prefix') myprefix = args.prefix