make  install  PP=compiler/ppc386  INSTALL_PREFIX=$INSTALL_ROOT/usr &&
local FPCDEST FPCDIR                                                &&
  FPCDEST=${INSTALL_ROOT}/usr/                                      &&
  FPCDIR=$FPCDEST/lib/fpc/$VERSION                                  &&
  ln -sf $FPCDIR/ppc386 $FPCDEST/bin                                &&
# create a config file if none exists
  if ! [ -f ${INSTALL_ROOT}/etc/fpc.cfg ];then
    $FPCDIR/samplecfg $FPCDIR ${INSTALL_ROOT}/etc          
  fi

