local  XOOPS="$INSTALL_ROOT/usr/share/xoops/html"            &&
  mkdir -vp $XOOPS
  cp    -vr .    $XOOPS                           &&
  chmod -R 0755 $XOOPS/modules/xfmod/cache/
    
  echo "Please point your browser at <alias for /usr/share/xoops/html>/xf/install.php"
  echo "You will need to delete install.php afterwards."

