1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

wrong path for patch

This commit is contained in:
Leonid Fedorov
2024-08-12 21:22:33 +04:00
parent 2f0bc51055
commit 4fb613cd65

View File

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