]> git.proxmox.com Git - pve-ha-manager.git/commit
buildsys: use full DEB_VERSION and correct DEB_HOST_ARCH
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 24 May 2023 17:10:42 +0000 (19:10 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 24 May 2023 17:26:27 +0000 (19:26 +0200)
commitdf0c583fc34b99728f1b968769949bf2b2822908
treed0014c520a7a1054cf0b3ae1968650df701db72d
parent69e37516e9959921ffa81a050a4f0d47b62bb108
buildsys: use full DEB_VERSION and correct DEB_HOST_ARCH

The DEB_HOST_ARCH is the one the package is actually built for, the
DEB_BUILD_ARCH is the one of the build host; having this correct
makes cross-building easier, but otherwise it makes no difference.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile