From: Thomas Lamprecht Date: Fri, 5 Aug 2016 10:34:03 +0000 (+0200) Subject: use build architecture also in packagename X-Git-Url: https://git.proxmox.com/?p=lxcfs.git;a=commitdiff_plain;h=a753d80f3aa666ca7836b497e9c5246b0f9f44d0 use build architecture also in packagename Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index 36f6eff..73da63f 100644 --- a/Makefile +++ b/Makefile @@ -10,8 +10,8 @@ SRCTAR=${SRCDIR}.tgz ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH) GITVERSION:=$(shell cat .git/refs/heads/master) -DEB=${PACKAGE}_${PKGVER}-${DEBREL}_amd64.deb \ - ${PACKAGE}-dbg_${PKGVER}-${DEBREL}_amd64.deb +DEB=${PACKAGE}_${PKGVER}-${DEBREL}_${ARCH}.deb \ + ${PACKAGE}-dbg_${PKGVER}-${DEBREL}_${ARCH}.deb all: ${DEB}