Mac OS X installers: removed hardcode ppc386 from the default environment options (issue #18570)

git-svn-id: trunk@29147 -
This commit is contained in:
vincents 2011-01-20 20:15:58 +00:00
parent 0bdaa7ccb2
commit ef063828b3
2 changed files with 7 additions and 5 deletions

View File

@ -158,7 +158,9 @@ find $BUILDDIR -type d -exec chmod a+x {} \;
# create etc
mkdir -p $ROOTDIR/etc/lazarus
cp $TEMPLATEDIR/environmentoptions.xml $ROOTDIR/etc/lazarus/
cat $TEMPLATEDIR/environmentoptions.xml | sed \
-e "s|_PPCARCH_|$PPCARCH|g" \
> $ROOTDIR/etc/lazarus/environmentoptions.xml
# fill in packproj template.
if [ -n "$EditMode" ]; then

View File

@ -7,11 +7,11 @@
<Item1 Value="/Developer/lazarus/"/>
</History>
</LazarusDirectory>
<CompilerFilename Value="/usr/local/bin/ppc386">
<CompilerFilename Value="/usr/local/bin/_PPCARCH_">
<History Count="3">
<Item1 Value="/usr/local/bin/ppc386"/>
<Item2 Value="/usr/bin/ppc386"/>
<Item3 Value="/opt/fpc/ppc386"/>
<Item1 Value="/usr/local/bin/_PPCARCH_"/>
<Item2 Value="/usr/bin/_PPCARCH_"/>
<Item3 Value="/opt/fpc/_PPCARCH_"/>
</History>
</CompilerFilename>
<FPCSourceDirectory Value="/usr/local/share/fpcsrc/">