Skip to content

Commit cd42c15

Browse files
committed
Patches to nested directory
1 parent 733c3b0 commit cd42c15

File tree

6 files changed

+1
-1
lines changed

6 files changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ build/docker_ci_image:
434434
touch build/docker_ci_image
435435

436436
patch_duckdb:
437-
find duckdb_patches/* -type f -name '*.patch' -print0 | xargs -0 cat | patch -p1 --forward -d submodules/duckdb
437+
find patches/duckdb/* -type f -name '*.patch' -print0 | xargs -0 cat | patch -p1 --forward -d submodules/duckdb
438438

439439
submodules:
440440
git submodule update --init --recursive
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)