mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 15:59:13 +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
|
# create a temporary copy of the fpc sources to patch it
|
||||||
TmpDir=/tmp/`whoami`/fpc
|
TmpDir=/tmp/`whoami`/fpc
|
||||||
rm -rf $TmpDir
|
rm -rf $TmpDir
|
||||||
|
if [ ! -d /tmp/`whoami` ]; then
|
||||||
|
mkdir -p /tmp/`whoami`
|
||||||
|
fi
|
||||||
|
|
||||||
echo "extracting FPC from local svn ..."
|
echo "extracting FPC from local svn ..."
|
||||||
svn export $FPCSrcDir $TmpDir
|
svn export $FPCSrcDir $TmpDir
|
||||||
|
Loading…
Reference in New Issue
Block a user