From 5eeef146edda84ed0ed2d3965dce2dc6d6221cf9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabian=20Gr=C3=BCnbichler?= Date: Mon, 13 Mar 2017 12:14:41 +0100 Subject: [PATCH] buildsys: update make upload target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 676132c..dd35303 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ dinstall: ${DEB} .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 jessie --arch ${ARCH} .PHONY: test test: spiceterm -- 2.39.2