]> git.proxmox.com Git - pve-cluster.git/commitdiff
make: fix upload target
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 3 Jul 2019 06:44:30 +0000 (08:44 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 3 Jul 2019 06:44:30 +0000 (08:44 +0200)
to correctly reference dbgsym package

Makefile

index 1f0f54103d84fdb1d683646c57139a25dbf91966..6adbdb4dd4deed3bd6ea774a7c05e4feceed4b76 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ ${DEB}:
 
 .PHONY: upload
 upload: ${DEB} ${DBG_DEB}
-       tar cf - ${DEB} ${DBG_DEB}| ssh -X repoman@repo.proxmox.com -- upload --product pve --dist buster --arch ${DEB_BUILD_ARCH}
+       tar cf - ${DEB} ${DBGDEB}| ssh -X repoman@repo.proxmox.com -- upload --product pve --dist buster --arch ${DEB_BUILD_ARCH}
 
 .PHONY: clean
 clean: