From b4fce4c594e7c364f3a5a869d04687a7f1032e16 Mon Sep 17 00:00:00 2001 From: Travis Date: Tue, 29 Dec 2020 01:27:40 +0100 Subject: [PATCH] Fixed gmp --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 2ed5dc0b..63a041fa 100755 --- a/configure +++ b/configure @@ -225,7 +225,7 @@ EOF execute << EOF cd "\${QP_ROOT}"/external tar --bzip2 --extract --file gmp-6.1.2.tar.bz2 - cd gmp* + cd gmp-6.1.2 ./configure --prefix=$QP_ROOT && make -j 8 make install EOF