fpc rpm: clean up git

This commit is contained in:
mattias 2021-12-26 19:01:35 +01:00
parent 60c7b82ba1
commit e2962cd9e4

View File

@ -59,6 +59,7 @@ if [ "$WithTempDir" = "yes" ]; then
echo "extracting FPC from local git ..."
git -C $FPCSrcDir --work-tree=$TmpDir/fpc restore .
rm -rf $TmpDir/fpc/.git
else
TmpDir=$FPCSrcDir
fi