fix make upload target

This commit is contained in:
Fabian Grünbichler 2016-06-28 15:27:06 +02:00
parent d5aecb0120
commit 8d4db41b48

View File

@ -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