mirror of
git://git.proxmox.com/git/pve-docs.git
synced 2025-03-23 06:50:05 +03:00
allow other archs than amd64
else lintian does not find the correct package to check if build on a foreign architecture Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
c617d721a1
commit
0a3c58e0af
4
Makefile
4
Makefile
@ -10,7 +10,9 @@ PKGREL=7
|
||||
|
||||
GITVERSION:=$(shell cat .git/refs/heads/master)
|
||||
|
||||
GEN_DEB=${GEN_PACKAGE}_${DOCRELEASE}-${PKGREL}_amd64.deb
|
||||
ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
|
||||
|
||||
GEN_DEB=${GEN_PACKAGE}_${DOCRELEASE}-${PKGREL}_${ARCH}.deb
|
||||
DOC_DEB=${DOC_PACKAGE}_${DOCRELEASE}-${PKGREL}_all.deb
|
||||
|
||||
CHAPTER_LIST= \
|
||||
|
Loading…
x
Reference in New Issue
Block a user