From 4f34766158da95488521a4f6938682122b6b719d Mon Sep 17 00:00:00 2001 From: Lucas Bajolet Date: Thu, 14 Mar 2024 11:36:30 -0400 Subject: [PATCH] GNUmakefile: make dev uses packer for install When building the development version of the plugin, we now use `packer plugins install` for that instead of moving it to the plugins directory manually. This target will require Packer 1.10.2 and above to function, as prior versions don't support instaling pre-release versions of a plugin with that command. --- GNUmakefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 40478961..27c85df9 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,5 +1,6 @@ NAME=proxmox BINARY=packer-plugin-${NAME} +PLUGIN_FQN="$(shell grep -E '^module'