From 4fb613cd657a84fb935198dbe25f794fe449a41c Mon Sep 17 00:00:00 2001 From: Leonid Fedorov Date: Mon, 12 Aug 2024 21:22:33 +0400 Subject: [PATCH] wrong path for patch --- 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 6ad1117ae..3fbb5bc0d 100644 --- a/tests/scripts/fdb_build.sh +++ b/tests/scripts/fdb_build.sh @@ -105,7 +105,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-7.1.63_gcc.patch cd -