10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-02 03:15:34 +02:00

Fixed EZFIO installation

This commit is contained in:
Anthony Scemama 2020-02-20 19:41:30 +01:00
parent d7978912bd
commit 1e336c77c6

2
configure vendored
View File

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