From d7bb87a5ece93d8e26a98bd2b5be686289220d12 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Tue, 25 Oct 2016 19:44:33 +0200 Subject: [PATCH] Fix build with urbanterror The mirror has broken https, so just ignore certificate warnings. --- bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bashrc b/bashrc index 3a5817a..494b846 100644 --- a/bashrc +++ b/bashrc @@ -19,4 +19,7 @@ case "${CATEGORY}/${PN}" in SCM_REPOSITORY="https://github.com/hasufell/i3wm.git" } ;; + games-fps/urbanterror) + EXTRA_WGET="--no-check-certificate" + ;; esac