Install to correct directory

This commit is contained in:
Romain Vigier
2019-10-15 15:40:53 +02:00
parent 90bc46dfe0
commit d4e70332d7
+1 -1
View File
@@ -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