From 8d4db41b484c0542efd52e7aabddb3934ae31e52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Tue, 28 Jun 2016 15:27:06 +0200 Subject: [PATCH] fix make upload target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cfbcd5d..18c7905 100644 --- a/Makefile +++ b/Makefile @@ -81,4 +81,4 @@ distclean: clean .PHONY: upload upload: ${DEBS} - tar cf - ${DEBS} | ssh repoman@repo.proxmox.com --dist wheezy + tar -cf - ${DEBS} | ssh repoman@repo.proxmox.com upload --dist wheezy