Fix build with urbanterror

The mirror has broken https, so just ignore certificate
warnings.
This commit is contained in:
Julian Ospald 2016-10-25 19:44:33 +02:00
parent 1a1fc81300
commit d7bb87a5ec
1 changed files with 3 additions and 0 deletions

3
bashrc
View File

@ -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