From 4cd77e1ec893cc166e98d6ad7e24278b0beea5e6 Mon Sep 17 00:00:00 2001 From: Thomas Applencourt Date: Mon, 13 Apr 2015 10:23:03 +0200 Subject: [PATCH] HOT FIX for the bug --- scripts/install_irpf90.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_irpf90.sh b/scripts/install_irpf90.sh index d93340d2..f0b94704 100755 --- a/scripts/install_irpf90.sh +++ b/scripts/install_irpf90.sh @@ -4,7 +4,7 @@ # Mon Jan 12 16:00:20 CET 2015 BASE="irpf90" -URL="https://github.com/LCPQ/${BASE}/archive/master.tar.gz" +URL="https://github.com/TApplencourt/${BASE}/archive/master.tar.gz" # Check the QPACKAGE_ROOT directory if [[ -z ${QPACKAGE_ROOT} ]]