From 72b4b67c656a71358e7713aec87ff7f4b26a60b8 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 28 Sep 2018 13:01:29 +0200 Subject: [PATCH] buildsys: update upload target Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fb4a393..16d8753 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ download: .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 distclean: clean