diff --git a/Makefile b/Makefile index 895e06c..068dc60 100644 --- a/Makefile +++ b/Makefile @@ -29,8 +29,9 @@ $(DSC): $(BUILDDIR) lintian $(DSC) .PHONY: upload +upload: UPLOAD_DIST ?= $(DEB_DISTRIBUTION) upload: $(DEB) - tar cf - $(DEB) | ssh repoman@repo.proxmox.com -- upload --product pve --dist bullseye + tar cf - $(DEB) | ssh repoman@repo.proxmox.com -- upload --product pve --dist $(UPLOAD_DIST) distclean: clean