From d080af8186da1c786b05c0d63bc248416e98462f Mon Sep 17 00:00:00 2001 From: ayufan Date: Wed, 31 Oct 2012 23:10:44 +0100 Subject: [PATCH] arch fix Signed-off-by: ayufan --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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} -- 2.39.2