From 29274a3aaaee43afc1df4874902fa31ebbadafcf Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 5 Jun 2018 16:03:38 +0200 Subject: [PATCH] buildsys: fix upload target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 15976b8..9e182f4 100644 --- a/Makefile +++ b/Makefile @@ -69,4 +69,4 @@ distclean: clean .PHONY: upload upload: ${DEB} - tar cf - ${DEB} | ssh repoman@repo.proxmox.com upload + tar cf - ${DEB} | ssh repoman@repo.proxmox.com upload --product pve --dist stretch -- 2.39.2