Update create_fpc_rpm.sh

(cherry picked from commit d753efec99)
This commit is contained in:
John Shand 2021-08-16 01:26:15 +00:00 committed by Maxim Ganetsky
parent 24d58a8cf9
commit be49848878

View File

@ -58,7 +58,7 @@ if [ "$WithTempDir" = "yes" ]; then
mkdir -p $TmpDir
echo "extracting FPC from local svn ..."
svn export $FPCSrcDir $TmpDir/fpc
cp -a $FPCSrcDir $TmpDir/fpc #copies all to tmp folder for patching.
else
TmpDir=$FPCSrcDir
fi