diff --git a/plugin.mk b/plugin.mk index 180e746e..5cad18d3 100644 --- a/plugin.mk +++ b/plugin.mk @@ -77,7 +77,8 @@ endif cd dist && ZSTD_CLEVEL=19 tar -cf "$(SLUG)"-"$(VERSION)"-$(ARCH).vcvplugin --zstd "$(SLUG)" install: dist - cp dist/"$(SLUG)"-"$(VERSION)"-$(ARCH).vcvplugin $(RACK_USER_DIR)/plugins-v2/ + mkdir -p "$(RACK_USER_DIR)"/plugins-v2/ + cp dist/"$(SLUG)"-"$(VERSION)"-$(ARCH).vcvplugin "$(RACK_USER_DIR)"/plugins-v2/ .PHONY: clean dist .DEFAULT_GOAL := all