From cac97de3d6795535d3be92435709ceee40413d0c Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 15 Jun 2021 15:08:16 +0200 Subject: [PATCH] buildsys: fix upload targets package variable Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b45fd5f..3c52f01 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ install: ${INSTALLER_SOURCES} ${HTML_COMMON_SOURCES} ${HTML_SOURCES} .PHONY: upload upload: ${DEB} - tar cf - ${PMG_DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg,pbs --dist bullseye + tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve,pmg,pbs --dist bullseye %.img: truncate -s 2G $@