diff --git a/build.sh b/build.sh index b319890d40b5627f7995d3109313564a497201c7..33ad5aa1cd9a11d66eafdd9f69341cda829b6298 100755 --- a/build.sh +++ b/build.sh @@ -145,7 +145,7 @@ prepare_generic() svn update >> $LOGFILE 2>&1 || failure else echo "Retrieving OGLFT (this may take a while)..." | tee -a $LOGFILE - svn checkout https://oglft.svn.sourceforge.net/svnroot/oglft/trunk . >> $LOGFILE 2>&1 || failure + svn checkout http://oglft.svn.sourceforge.net/svnroot/oglft/trunk . >> $LOGFILE 2>&1 || failure fi cd $ROOT/3rdparty/boinc || failure