diff --git a/bashrc b/bashrc index 733f1e5..0160a4a 100644 --- a/bashrc +++ b/bashrc @@ -24,5 +24,11 @@ case "${CATEGORY}/${PN}" in ;; esac +case "${REPOSITORY}" in + hasufell-binhost) + EXTRA_WGET="--no-check-certificate" + ;; +esac + # idiotic mysql package dies in pkg_pretend otherwise MYSQL_MAJOR_UPGRADE="YesPlease"