From 18648f46c330d476f0feeecf95ed4f07feb01847 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Mon, 13 Mar 2017 11:29:18 +0100 Subject: [PATCH] buildsys: update make upload target for stretch --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0e6c07d..5507864 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ install: PVE .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