From 261a0541931de4a8e54337056017ff5dd31ae150 Mon Sep 17 00:00:00 2001 From: Yvonnick Esnault Date: Thu, 4 Jun 2020 09:09:26 +0200 Subject: [PATCH] fix(plugins): make package Signed-off-by: Yvonnick Esnault --- contrib/grpcplugins/action/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/grpcplugins/action/Makefile b/contrib/grpcplugins/action/Makefile index 836a5bf59e..b756367b11 100644 --- a/contrib/grpcplugins/action/Makefile +++ b/contrib/grpcplugins/action/Makefile @@ -21,7 +21,7 @@ build: $(TARGET_PLUGINS) .PHONY: dist -dist: +package: @mkdir -p dist @for PLU in $(ALL_PLUGINS); do \ for F in `find $$PLU/dist -name "$$PLU*"`; do \