diff --git a/Makefile b/Makefile index 4df2138..6b400ab 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ sbuild: $(DSC) .PHONY: upload upload: UPLOAD_DIST ?= $(DEB_DISTRIBUTION) upload: $(DEB) - tar cf - $(DEB)|ssh repoman@repo.proxmox.com -- upload --product pve,pmg,pbs --dist $(UPLOAD_DIST) + tar cf - $(DEB)|ssh repoman@repo.proxmox.com -- upload --product pve,pmg,pbs,pdm --dist $(UPLOAD_DIST) .PHONY: clean distclean distclean: clean