]> git.proxmox.com Git - pve-installer.git/commitdiff
buildsys: use full DEB_VERSION
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 19 Jun 2023 09:41:31 +0000 (11:41 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 19 Jun 2023 10:19:37 +0000 (12:19 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index decde6e607199e78966fe9bbbc56b802fb63aabd..d19473aa4f8b50072d13c520c20211a726799946 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,9 @@
 include /usr/share/dpkg/pkg-info.mk
 
-CARGO ?= cargo
-
-TUI_INSTALLER_BIN := proxmox-tui-installer
+PACKAGE = proxmox-installer
+DEB=$(PACKAGE)_$(DEB_VERSION)_all.deb
 
+CARGO ?= cargo
 ifeq ($(BUILD_MODE), release)
 CARGO_BUILD_ARGS += --release
 CARGO_COMPILEDIR := target/release
@@ -11,8 +11,6 @@ else
 CARGO_COMPILEDIR := target/debug
 endif
 
-DEB=proxmox-installer_${DEB_VERSION_UPSTREAM_REVISION}_all.deb
-
 INSTALLER_SOURCES=$(shell git ls-files) country.dat
 
 all: