mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 17:49:14 +02:00
export lazarus: allow any name for the lazarus dir
git-svn-id: trunk@22077 -
This commit is contained in:
parent
18f19b1886
commit
c96137c619
@ -30,7 +30,7 @@ if [ "x$Download" = "xyes" ]; then
|
||||
cd -
|
||||
else
|
||||
echo "extracting lazarus from local svn ..."
|
||||
SourceDir=$(pwd | sed -e 's#lazarus[_0-9]*/tools.*$#lazarus#')
|
||||
SourceDir=$(pwd | sed -e 's#/tools/install.*$##')
|
||||
Revision=$(svnversion $SourceDir)
|
||||
cd $TmpDir
|
||||
svn export $SourceDir $TmpLazDir
|
||||
|
Loading…
Reference in New Issue
Block a user