From 5ddf4cf01a554f9c933b150d66bb37091a32e2c3 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Wed, 16 Mar 2016 15:24:04 -0700 Subject: [PATCH] [mason package] avoid needing sudo on linux --- scripts/travis-common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/travis-common.sh b/scripts/travis-common.sh index cf28e08e0..59c8bff89 100644 --- a/scripts/travis-common.sh +++ b/scripts/travis-common.sh @@ -84,7 +84,7 @@ configure () { ./configure "$@" PGSQL2SQLITE=False SVG2PNG=False SVG_RENDERER=False \ COVERAGE=True DEBUG=True WARNING_CXXFLAGS="-Wno-unknown-warning-option" else - ./configure "$@" WARNING_CXXFLAGS="-Wno-unknown-warning-option" + ./configure "$@" PREFIX=${MASON_PREFIX} WARNING_CXXFLAGS="-Wno-unknown-warning-option" fi # print final config values, sorted and indented sort -sk1,1 ./config.py | sed -e 's/^/ /'