Update create_lazarus_export_tgz.sh

(cherry picked from commit 0ca9443df0)
This commit is contained in:
John Shand 2021-08-16 01:31:03 +00:00 committed by Maxim Ganetsky
parent 5115278e58
commit 24d58a8cf9

View File

@ -77,9 +77,9 @@ if [ "x$Download" = "xyes" ]; then
else
echo "extracting lazarus from local svn ..."
LazSrcDir=$(pwd | sed -e 's#/tools/install.*$##')
Revision=$(svnversion $LazSrcDir)
#Revision=$(svnversion $LazSrcDir) - comment this out as svn no longer works
cd $TmpDir
svn export $LazSrcDir $TmpLazDir
cp -a $LazSrcDir $TmpLazDir #can't use svn export anymore
cd -
if [ "$UseCHMHelp" = "1" ]; then
echo