if [[ ${VERSION/.*} == 4 ]]; then
  make PREFIX="$INSTALL_ROOT/usr" install
else
  default_install &&
  make modules_install
fi
