From e1aa2485808d98fb7a7b182692194dc5ee4117ab Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabian=20Gr=C3=BCnbichler?= Date: Mon, 13 Mar 2017 11:27:01 +0100 Subject: [PATCH] buildsys: update make upload target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1c5aa0d..09f1011 100644 --- a/Makefile +++ b/Makefile @@ -67,7 +67,7 @@ ${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: clean clean: -- 2.39.2