summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/ubuntu/ubuntu-install-all
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2011-12-21 02:26:01 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2011-12-21 02:26:01 +0000
commit0093665342a4d69bc017250f8494e2fd6498b73e (patch)
treee50035fa7ee87d03ad712d467b263f0b1e7e2a7a /sca-cpp/trunk/ubuntu/ubuntu-install-all
parent73dfbf3e677f329c1eb3d1f6edbb3d81c5931be8 (diff)
Fix PostgreSQL download URL and add it to the default build scripts on Ubuntu and Mac OS X.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1221567 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rwxr-xr-xsca-cpp/trunk/ubuntu/ubuntu-install-all2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-cpp/trunk/ubuntu/ubuntu-install-all b/sca-cpp/trunk/ubuntu/ubuntu-install-all
index ee6f818bbe..9f5c534669 100755
--- a/sca-cpp/trunk/ubuntu/ubuntu-install-all
+++ b/sca-cpp/trunk/ubuntu/ubuntu-install-all
@@ -306,7 +306,7 @@ sudo apt-get -y install libreadline-dev
if [ "$?" != "0" ]; then
exit $?
fi
-curl -OL ftp://ftp9.us.postgresql.org/pub/mirrors/postgresql/source/v9.1.2/postgresql-9.1.2.tar.gz
+curl -OL http://ftp.postgresql.org/pub/source/v9.1.2/postgresql-9.1.2.tar.gz
tar xzf postgresql-9.1.2.tar.gz
cd postgresql-9.1.2
./configure --prefix=$build/postgresql-9.1.2-bin --enable-thread-safety