]> git.proxmox.com Git - pve-manager.git/blobdiff - Makefile
buildsys: use correct DEB_HOST_ARCH
[pve-manager.git] / Makefile
index e49c3683e5ea9b55424182e1181b3c40a94d9fd0..4d848b3808972c94de23b26013baa4940fc356c7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ SUBDIRS = aplinfo PVE bin www services configs network-hooks test
 
 GITVERSION:=$(shell git rev-parse --short=16 HEAD)
 
-DEB=$(PACKAGE)_$(VERSION)_$(DEB_BUILD_ARCH).deb
+DEB=$(PACKAGE)_$(VERSION)_$(DEB_HOST_ARCH).deb
 
 all: $(SUBDIRS)
        set -e && for i in $(SUBDIRS); do $(MAKE) -C $$i; done