[pve-devel] [stable-3 zfsonlinux] fix make upload target
Fabian Grünbichler
f.gruenbichler at proxmox.com
Tue Jun 28 15:29:10 CEST 2016
---
Note: already applied
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 at repo.proxmox.com --dist wheezy
+ tar -cf - ${DEBS} | ssh repoman at repo.proxmox.com upload --dist wheezy
--
2.1.4
More information about the pve-devel
mailing list