From e25b75a15c8b3d972e6e56cebf66d951a8915d2f Mon Sep 17 00:00:00 2001 From: Sandro Koll Date: Thu, 20 Feb 2020 13:38:38 +0100 Subject: [PATCH] Fix COMMONDIR --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 778d381a..dee62451 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ COMPRESSOR := lz4 COMPRESSOR_ARGS := -f -l INITRD_COMPRESSED := ${INITRD}.${COMPRESSOR} MAINMODULE := . -COMMONDIR := $(or ${COMMONDIR},../common) +COMMONDIR := $(or ${COMMONDIR},../builder) CGO_ENABLED := 1 in-docker: clean-local-dirs generate-client test all;