mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-14 07:59:35 +02:00
debs: always delete tar.gz
This commit is contained in:
parent
5cbbd5956a
commit
bbe88239e9
@ -137,10 +137,8 @@ echo "LazVersion=$LazVersion"
|
||||
echo "FPCVersion=$FPCVersion"
|
||||
echo "ChangeLogDate=$ChangeLogDate"
|
||||
|
||||
# download/export lazarus git if needed
|
||||
if [ ! -f $SrcTGZ ]; then
|
||||
./create_lazarus_export_tgz.sh $SrcTGZ
|
||||
fi
|
||||
# export lazarus git
|
||||
./create_lazarus_export_tgz.sh $SrcTGZ
|
||||
|
||||
echo "Build directory is $LazBuildDir"
|
||||
if [ x$LazBuildDir = x/ ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user