[mason package] avoid needing sudo on linux

This commit is contained in:
Dane Springmeyer 2016-03-16 15:24:04 -07:00
parent 62931d0fc6
commit 5ddf4cf01a

View file

@ -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/^/ /'