Skip to content
This repository was archived by the owner on Dec 16, 2020. It is now read-only.

Commit 2e105ea

Browse files
committed
update DEFINES_FTfor Patch
1 parent 8414515 commit 2e105ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure/E3/DEFINES_FT

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ git submodule update --remote --merge $@/
1414
endef
1515

1616
define patch_site
17-
for i in $(wildcard $(TOP)/patch/Site/*p0.patch); do\
17+
for i in $(wildcard $(TOP)/patch/Site/$(E3_MODULE_VERSION)-*.p0.patch); do\
1818
printf "\nPatching %s with the file : %s\n" "$(E3_MODULE_SRC_PATH)" "$$i"; \
1919
patch -d $(E3_MODULE_SRC_PATH) --ignore-whitespace -p0 < $$i;\
2020
done
2121
endef
2222

2323

2424
define patch_revert_site
25-
for i in $(wildcard $(TOP)/patch/Site/*p0.patch); do\
25+
for i in $(wildcard $(TOP)/patch/Site/$(E3_MODULE_VERSION)-*.p0.patch); do\
2626
printf "\nPatching %s with the file : %s\n" "$(E3_MODULE_SRC_PATH)" "$$i"; \
2727
patch -R -d $(E3_MODULE_SRC_PATH) --ignore-whitespace -p0 < $$i;\
2828
done

0 commit comments

Comments
 (0)