mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 18:58:04 +02:00
fixed extracting lazarus svn for release directories
git-svn-id: trunk@8698 -
This commit is contained in:
parent
e473740b59
commit
dfc650eba9
@ -25,7 +25,7 @@ if [ "x$Download" = "xyes" ]; then
|
||||
cd -
|
||||
else
|
||||
echo "extracting lazarus from local svn ..."
|
||||
SourceDir=$(pwd | sed -e 's#lazarus/tools.*$#lazarus#')
|
||||
SourceDir=$(pwd | sed -e 's#lazarus[_0-9]*/tools.*$#lazarus#')
|
||||
rm -rf /tmp/lazarus
|
||||
svn export $SourceDir /tmp/lazarus
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user