mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 13:38:08 +02:00
tools: debs: download fpc trunk
This commit is contained in:
parent
976c1aea41
commit
a956c30bd7
@ -27,11 +27,12 @@ fi
|
||||
TmpFPCDir=$TmpDir/fpc
|
||||
FPCTGZ=$TmpDir/fpc.tgz
|
||||
if [ "x$Download" = "xyes" ]; then
|
||||
echo "downloading fpc svn ..."
|
||||
echo "downloading fpc git ..."
|
||||
rm -rf $TmpFPCDir
|
||||
mkdir -p $TmpDir
|
||||
cd $TmpDir
|
||||
git clone https://gitlab.com/freepascal.org/fpc/build.git $TmpFPCDir
|
||||
git clone https://gitlab.com/freepascal.org/fpc/source.git $TmpFPCDir
|
||||
rm -rf $TmpFPCDir/.git*
|
||||
cd -
|
||||
else
|
||||
echo "extracting fpc from local git ..."
|
||||
|
Loading…
Reference in New Issue
Block a user