mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 23:49:28 +02:00
cross fpc: fixed downloading fpc and install
git-svn-id: trunk@9904 -
This commit is contained in:
parent
0a9d6d8554
commit
9c58eb7873
@ -189,6 +189,7 @@ if [ $DownloadFPC = "yes" ]; then
|
||||
echo "SVN update for FPC ..."
|
||||
svn cleanup
|
||||
svn up
|
||||
cd -
|
||||
else
|
||||
echo "SVN checkout for FPC 2.0 ..."
|
||||
svn co http://svn.freepascal.org/svn/fpc/branches/fixes_2_0 fpc
|
||||
@ -198,6 +199,7 @@ if [ $DownloadFPC = "yes" ]; then
|
||||
echo "SVN update for FPC install ..."
|
||||
svn cleanup
|
||||
svn up
|
||||
cd -
|
||||
else
|
||||
echo "SVN checkout for FPC 2.0 install ..."
|
||||
svn co http://svn.freepascal.org/svn/fpcbuild/branches/fixes_2_0/install install
|
||||
|
Loading…
Reference in New Issue
Block a user