[pve-devel] [PATCH lxcfs] use build architecture also in packagename

Thomas Lamprecht t.lamprecht at proxmox.com
Fri Aug 5 12:34:03 CEST 2016


Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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}
 
-- 
2.1.4





More information about the pve-devel mailing list