From d753efec99d6a3feb1e80daa2615a1cb997a388c Mon Sep 17 00:00:00 2001 From: John Shand Date: Mon, 16 Aug 2021 01:26:15 +0000 Subject: [PATCH] Update create_fpc_rpm.sh --- tools/install/create_fpc_rpm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install/create_fpc_rpm.sh b/tools/install/create_fpc_rpm.sh index 36a93d35c5..5a7ee60cfb 100755 --- a/tools/install/create_fpc_rpm.sh +++ b/tools/install/create_fpc_rpm.sh @@ -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