From d4e70332d7d62a7872c7dbf2da7dabfc7e18a98d Mon Sep 17 00:00:00 2001 From: Romain Vigier Date: Tue, 15 Oct 2019 15:40:53 +0200 Subject: [PATCH] Install to correct directory --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d494235..eaa7614 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ build: clean .PHONY: install install: build - cp -r ./build/* $(GSEXT_DIR_LOCAL) + cp -r ./build/* $(GSEXT_DIR_LOCAL)/$(UUID) .PHONY: zip zip: build