From: ayufan Date: Wed, 31 Oct 2012 22:10:44 +0000 (+0100) Subject: arch fix X-Git-Url: https://git.proxmox.com/?p=fence-agents-pve.git;a=commitdiff_plain;h=d080af8186da1c786b05c0d63bc248416e98462f arch fix Signed-off-by: ayufan --- diff --git a/Makefile b/Makefile index e67ae1b..d4d21c1 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,8 @@ FAVER=3.1.9 FADIR=fence-agents-${FAVER}.6-582aa5 FASRC=${FADIR}.tar.gz -DEB=${PACKAGE}_${FAVER}-${PKGREL}_amd64.deb +ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH) +DEB=${PACKAGE}_${FAVER}-${PKGREL}_${ARCH}.deb all: ${DEB}