We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a1a5aa commit df02e8bCopy full SHA for df02e8b
Makefile.in
@@ -22,7 +22,7 @@ patch: $(PATCH_FILES)
22
23
.PHONY: $(PATCH_FILES)
24
$(PATCH_FILES): %: nginx-@NGINX_VERSION@
25
- cd nginx-@NGINX_VERSION@; patch -p1 < ../$*
+ cd nginx-@NGINX_VERSION@; patch -f -p1 < ../$* || true
26
27
nginx-@NGINX_VERSION@/objs/ngx_http_redirectionio_module.so: nginx-@NGINX_VERSION@ patch
28
cd nginx-@NGINX_VERSION@; \
0 commit comments