fix rebuilding of geos if version changed

master
Oliver Tonnhofer 2016-12-16 09:14:09 +01:00
parent e4ad0beadb
commit f4ccff032e
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ if [ ! -e $PREFIX/lib/libprotobuf.so ]; then
popd
fi
if [ ! -e $PREFIX/lib/libgeos.so ]; then
if [ ! -e $PREFIX/lib/libgeos-$GEOS_VERSION.so ]; then
echo "-> installing GEOS"
pushd $SRC
$CURL http://download.osgeo.org/geos/geos-$GEOS_VERSION.tar.bz2 -O