]> git.proxmox.com Git - libpve-u2f-server-perl.git/commitdiff
build: switch upload target to bullseye
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 23 Mar 2022 10:08:30 +0000 (11:08 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 23 Mar 2022 10:16:04 +0000 (11:16 +0100)
and fix typo-ed var name..

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Makefile

index ab7587caef06169d6e06d45a4442ab8f1cbffb11..3956d659a29ac772e15097bef28ab10a3cfe4d09 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -77,5 +77,5 @@ distclean: clean
 
 
 .PHONY: upload
-upload: $$DEB)
-       tar cf - $(DEB) | ssh repoman@repo.proxmox.com -- upload --product pve --dist buster --arch $(DEB_BUILD_ARCH)
+upload: $(DEB)
+       tar cf - $(DEB) | ssh repoman@repo.proxmox.com -- upload --product pve --dist bullseye --arch $(DEB_BUILD_ARCH)