Skip to content

Commit

Permalink
reverting postgis fix since libgdal1 is already installed as a depend…
Browse files Browse the repository at this point in the history
…ency of postgis

git-svn-id: http://svn.osgeo.org/osgeo/livedvd/gisvm/trunk@9532 7da46fd8-bd2a-0410-a152-cf9810cf5b10
  • Loading branch information
kalxas committed Jan 4, 2013
1 parent 41ca3f8 commit f792795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install_postgis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ locale

# now avail from mainline
PROJ_FORCE='--force-yes proj=4.8.0-3~precise2'
apt-get install --yes "postgresql-$PG_VERSION-postgis" postgis libgdal1 $PROJ_FORCE
apt-get install --yes "postgresql-$PG_VERSION-postgis" postgis $PROJ_FORCE

if [ $? -ne 0 ] ; then
echo 'ERROR: Package install failed! Aborting.'
Expand Down

0 comments on commit f792795

Please sign in to comment.