Skip to content

Commit 2c44cb6

Browse files
authored
Merge pull request #349 from WeatherGod/travis_fix
Seems like libgeos changed how they are building their tarballs?
2 parents bedfbf3 + 811398d commit 2c44cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ install:
131131
echo 'Downloading and building external libgeos'
132132
wget https://github.com/libgeos/libgeos/archive/${BUILD_LIBGEOS}.tar.gz
133133
tar zxf ${BUILD_LIBGEOS}.tar.gz
134-
cd libgeos-${BUILD_LIBGEOS}
134+
cd geos-${BUILD_LIBGEOS}
135135
./autogen.sh
136136
fi
137137
./configure --prefix=$GEOS_DIR

0 commit comments

Comments
 (0)