* Set the full path to the fpc-binary in the fppkg-configuration file

git-svn-id: trunk@29279 -
This commit is contained in:
joost 2014-12-13 11:24:21 +00:00
parent a127bfa51d
commit 5b7f168d2c

View File

@ -99,4 +99,4 @@ ${FPCMKCFGBIN} -p -3 $compilerconfigdir -o $fppkgfile
# Write default
echo Writing sample configuration file to $defaultfile
${FPCMKCFGBIN} -p -4 -d "GlobalPrefix=$FPCGLOBALPREFIX" -o $defaultfile
${FPCMKCFGBIN} -p -4 -d "GlobalPrefix=$FPCGLOBALPREFIX" -d "FpcBin=$FPCBIN" -o $defaultfile