if [[ $GEANY_SVN == y ]]; then
  ./autogen.sh --prefix=$INSTALL_ROOT/usr \
               $OPTS &&
  make
else
  default_build
fi
