From 1e336c77c6f70ecef5b9b5c9151039638ffba326 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Thu, 20 Feb 2020 19:41:30 +0100 Subject: [PATCH] Fixed EZFIO installation --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index df953fa5..91c02f05 100755 --- a/configure +++ b/configure @@ -184,7 +184,7 @@ if [[ ${EZFIO} = $(not_found) ]] ; then cd "\${QP_ROOT}"/external tar --gunzip --extract --file ${EZFIO_TGZ} rm -rf ezfio - mv EZFIO-* ezfio + mv EZFIO ezfio EOF fi