diff --git a/Makefile b/Makefile index a350d31..5f44c7b 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ $(DSC): $(BUILDSRC) .PHONY: upload upload: $(DEBS) - tar cf - $(DEBS) | ssh repoman@repo.proxmox.com upload --product pve --dist stretch + tar cf - $(DEBS) | ssh repoman@repo.proxmox.com upload --product pve --dist buster distclean: clean