mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-11 13:28:04 +02:00
rpm snapshots: made building more robuste
git-svn-id: trunk@16013 -
This commit is contained in:
parent
8ac64ff3ce
commit
73ecc640be
@ -54,6 +54,9 @@ ARCH=`rpm --eval "%{_arch}"`
|
||||
# create a temporary copy of the fpc sources to patch it
|
||||
TmpDir=/tmp/`whoami`/fpc
|
||||
rm -rf $TmpDir
|
||||
if [ ! -d /tmp/`whoami` ]; then
|
||||
mkdir -p /tmp/`whoami`
|
||||
fi
|
||||
|
||||
echo "extracting FPC from local svn ..."
|
||||
svn export $FPCSrcDir $TmpDir
|
||||
|
Loading…
Reference in New Issue
Block a user