]> git.proxmox.com Git - lxcfs.git/commitdiff
use build architecture also in packagename
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 5 Aug 2016 10:34:03 +0000 (12:34 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 5 Aug 2016 12:01:33 +0000 (14:01 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 36f6eff26b6d94db8b39894900c564c9b5bf3255..73da63f0fb3b58d7fe805e7c74fcca98130be73c 100644 (file)
--- 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}