mirror of
https://git.proxmox.com/git/proxmox-backup-qemu
synced 2025-10-05 11:12:11 +00:00
buildsys: use correct DEB_HOST_ARCH
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
81f4432579
commit
c42d3308e4
6
Makefile
6
Makefile
@ -2,12 +2,12 @@ include /usr/share/dpkg/default.mk
|
|||||||
|
|
||||||
PACKAGE=libproxmox-backup-qemu0
|
PACKAGE=libproxmox-backup-qemu0
|
||||||
|
|
||||||
ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
|
ARCH:=$(DEB_HOST_ARCH)
|
||||||
export GITVERSION:=$(shell git rev-parse HEAD)
|
export GITVERSION:=$(shell git rev-parse HEAD)
|
||||||
|
|
||||||
MAIN_DEB=$(PACKAGE)_$(DEB_VERSION)_$(ARCH).deb
|
MAIN_DEB=$(PACKAGE)_$(DEB_VERSION)_$(ARCH).deb
|
||||||
OTHER_DEBS= \
|
OTHER_DEBS = \
|
||||||
$(PACKAGE)-dev_$(DEB_VERSION)_$(ARCH).deb \
|
$(PACKAGE)-dev_$(DEB_VERSION)_$(ARCH).deb \
|
||||||
$(PACKAGE)-dbgsym_$(DEB_VERSION)_$(ARCH).deb
|
$(PACKAGE)-dbgsym_$(DEB_VERSION)_$(ARCH).deb
|
||||||
DEBS=$(MAIN_DEB) $(OTHER_DEBS)
|
DEBS=$(MAIN_DEB) $(OTHER_DEBS)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user