write to /tmp for default prefix

This commit is contained in:
Dane Springmeyer 2016-03-16 15:34:00 -07:00
parent 5ddf4cf01a
commit 1e46f1155f

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 "$@" PREFIX=${MASON_PREFIX} WARNING_CXXFLAGS="-Wno-unknown-warning-option"
./configure "$@" PREFIX=/tmp/mapnik WARNING_CXXFLAGS="-Wno-unknown-warning-option"
fi
# print final config values, sorted and indented
sort -sk1,1 ./config.py | sed -e 's/^/ /'