Fixed issue #1

This commit is contained in:
Anthony Scemama 2016-01-22 11:14:41 +01:00
parent ec7fcc9896
commit 9b57a480bf
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ URL_F77ZMQ="https://github.com/scemama/f77_zmq/archive/v4.1.3.tar.gz"
#######
rule download
command = [[ -e ${out} ]] || (wget ${url} -O ${out}.tmp -o /dev/null && mv ${out}.tmp ${out})
command = [[ -e ${out} ]] || (wget --no-check-certificate ${url} -O ${out}.tmp -o /dev/null && mv ${out}.tmp ${out})
description = Downloading ${descr}
rule install