From c69e277b6d89a6ea536aa67d7e5864a08a33ad44 Mon Sep 17 00:00:00 2001 From: Leonid Fedorov Date: Fri, 15 Nov 2024 12:28:45 +0000 Subject: [PATCH] patch version --- tests/scripts/fdb_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/fdb_build.sh b/tests/scripts/fdb_build.sh index 77ec18313..df8cd5d90 100644 --- a/tests/scripts/fdb_build.sh +++ b/tests/scripts/fdb_build.sh @@ -194,7 +194,7 @@ unzip -q ${FDB_VERSION}.zip message "Patching sources" cd foundationdb-${FDB_VERSION} -patch -p1 -i ../mariadb_foundationdb-7.1.63_gcc.patch +patch -p1 -i ../mariadb_foundationdb-${FDB_VERSION}_gcc.patch cd -