Browse Source

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

git-svn-id: trunk@29279 -
joost 10 years ago
parent
commit
5b7f168d2c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/utils/samplecfg

+ 1 - 1
compiler/utils/samplecfg

@@ -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