mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 20:15:58 +02:00
macosx installer: added parameter for used fpc svn directory
git-svn-id: trunk@10226 -
This commit is contained in:
parent
82e647b24a
commit
ecd3879ac4
@ -6,6 +6,12 @@ set -x
|
||||
HDIUTIL=/usr/bin/hdiutil
|
||||
UPDATELIST=~/tmp/updatelist
|
||||
|
||||
FPCSVNDIR=$1
|
||||
if [ ! -d "$FPCSVNDIR" ]; then
|
||||
FPCSVNDIR=~/src/fpcbuild/2.0.4
|
||||
echo "Using default FPCSVNDIR: $FPCSVNDIR"
|
||||
fi
|
||||
|
||||
PPCARCH=ppcppc
|
||||
ARCH=`uname -p`
|
||||
if [ "$ARCH" = "i386" ]; then
|
||||
@ -35,7 +41,6 @@ fi
|
||||
|
||||
TEMPLATEDIR=`dirname $0`
|
||||
|
||||
FPCSVNDIR=~/src/fpcbuild/2.0.4
|
||||
FPCSOURCEDIR=$FPCSVNDIR/fpcsrc
|
||||
COMPILER=~/fpc/bin/$PPCARCH
|
||||
INSTALLDIR=~/tmp/fpcsrc
|
||||
|
Loading…
Reference in New Issue
Block a user