diff --git a/Makefile b/Makefile index a9b1f0d..663ffe3 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ $(BUILD_DIR): debian $(DEB): $(BUILD_DIR) cd $(BUILD_DIR); dpkg-buildpackage -b -uc -us - lintian $(DEBS) + lintian $(DEB) $(DSC): $(BUILD_DIR) cd $(BUILD_DIR); dpkg-buildpackage -S -uc -us @@ -31,8 +31,8 @@ sbuild: $(DSC) .PHONY: upload upload: UPLOAD_DIST ?= $(DEB_DISTRIBUTION) -upload: $(DEBS) - tar cf - $(DEBS)|ssh repoman@repo.proxmox.com -- upload --product pve,pmg,pbs --dist $(UPLOAD_DIST) +upload: $(DEB) + tar cf - $(DEB)|ssh repoman@repo.proxmox.com -- upload --product pve,pmg,pbs --dist $(UPLOAD_DIST) .PHONY: clean distclean distclean: clean