write to /tmp for default prefix
This commit is contained in:
parent
5ddf4cf01a
commit
1e46f1155f
1 changed files with 1 additions and 1 deletions
|
@ -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/^/ /'
|
||||
|
|
Loading…
Reference in a new issue